VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormSwitchableButtonField Class / CreateAppearanceGraphics Methods / CreateAppearanceGraphics(String) Method
Syntax Requirements SeeAlso
In This Topic
    CreateAppearanceGraphics(String) Method (PdfInteractiveFormSwitchableButtonField)
    In This Topic
    Creates a PdfGraphics on annotation appearance with specified name.
    Syntax
    'Declaration
    
    Public Overloads Function CreateAppearanceGraphics( _
    ByVal name
    The name of annotation appearance.
    As System.String _
    ) As Vintasoft.Imaging.Pdf.Drawing.PdfGraphics
    public Vintasoft.Imaging.Pdf.Drawing.PdfGraphics CreateAppearanceGraphics(
    System.String name
    )
    public: Vintasoft.Imaging.Pdf.Drawing.PdfGraphics* CreateAppearanceGraphics(
    System.String name
    )
    public:
    Vintasoft.Imaging.Pdf.Drawing.PdfGraphics^ CreateAppearanceGraphics(
    System.String name
    )

    Parameters

    name
    The name of annotation appearance.

    Return Value

    A new PdfGraphics instance.
    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