VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.JavaScriptApi Namespace / PdfJsField Class / buttonGetCaption(Int32) Method
Syntax Requirements SeeAlso
In This Topic
    buttonGetCaption(Int32) Method (PdfJsField)
    In This Topic
    Returns the caption associated with a button.
    Syntax
    'Declaration
    
    Public Function buttonGetCaption( _
    ByVal nFace
    (optional) The caption type: 0 - (default) normal caption, 1 - down caption, 2 - rollover caption.
    As System.Int32 _
    ) As System.String
    public System.String buttonGetCaption(
    System.Int32 nFace
    )
    public: System.String buttonGetCaption(
    System.Int32 nFace
    )
    public:
    System.String buttonGetCaption(
    System.Int32 nFace
    )

    Parameters

    nFace
    (optional) The caption type: 0 - (default) normal caption, 1 - down caption, 2 - rollover caption.

    Return Value

    Caption associated with a button.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also