VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotationAppearanceCharacteristics Class / GetButtonCaption(PdfAnnotationAppearanceStateType) Method
Syntax Requirements SeeAlso
In This Topic
    GetButtonCaption(PdfAnnotationAppearanceStateType) Method (PdfAnnotationAppearanceCharacteristics)
    In This Topic
    Returns the button caption for the specified appearance state type.
    Syntax
    'Declaration
    
    Public Function GetButtonCaption( _
    ByVal appearanceStateType
    Type of the appearance state.
    As PdfAnnotationAppearanceStateType _
    ) As System.String
    public System.String GetButtonCaption(
    PdfAnnotationAppearanceStateType appearanceStateType
    )
    public: System.String GetButtonCaption(
    PdfAnnotationAppearanceStateType appearanceStateType
    )
    public:
    System.String GetButtonCaption(
    PdfAnnotationAppearanceStateType appearanceStateType
    )

    Parameters

    appearanceStateType
    Type of the appearance state.

    Return Value

    The button caption for the specified appearance state type.
    Requirements

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

    See Also