VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormVintasoftBarcodeField Class / DrawAppearance(PdfAnnotationAppearanceStateType,PdfGraphics,RectangleF,String,String) Method
Syntax Requirements SeeAlso
In This Topic
    DrawAppearance(PdfAnnotationAppearanceStateType,PdfGraphics,RectangleF,String,String) Method (PdfInteractiveFormVintasoftBarcodeField)
    In This Topic
    Draws the interactive form field appearance on the specified PdfGraphics.
    Syntax
    'Declaration
    
    Protected Overrides Sub DrawAppearance( _
    ByVal appearanceStateType
    The appearance state type.
    As Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationAppearanceStateType, _
    ByVal g
    The graphics, where the interactive form field appearance must be drawn.
    As Vintasoft.Imaging.Pdf.Drawing.PdfGraphics, _
    ByVal rect
    The rectangle, where the interactive form field appearance must be drawn.
    As System.Drawing.RectangleF, _
    ByVal variableTextDefaultAppearance
    The variable text default appearance.
    As System.String, _
    ByVal variableText
    The variable text.
    As System.String _
    )

    Parameters

    appearanceStateType
    The appearance state type.
    g
    The graphics, where the interactive form field appearance must be drawn.
    rect
    The rectangle, where the interactive form field appearance must be drawn.
    variableTextDefaultAppearance
    The variable text default appearance.
    variableText
    The variable text.
    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