VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormTextField Class / CreateAppearanceGraphics() Method
Syntax Requirements SeeAlso
In This Topic
    CreateAppearanceGraphics() Method (PdfInteractiveFormTextField)
    In This Topic
    Creates a PdfGraphics on annotation appearance.
    Syntax
    'Declaration
    
    Public Function CreateAppearanceGraphics() As Vintasoft.Imaging.Pdf.Drawing.PdfGraphics
    
    
    public Vintasoft.Imaging.Pdf.Drawing.PdfGraphics CreateAppearanceGraphics()
    
    
    public: Vintasoft.Imaging.Pdf.Drawing.PdfGraphics* CreateAppearanceGraphics()
    
    
    public:
    Vintasoft.Imaging.Pdf.Drawing.PdfGraphics^ CreateAppearanceGraphics()

    Return Value

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