Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Graphics Namespace / FormXObject Class / Graphics Property

In This Topic
    Graphics Property (FormXObject)
    In This Topic
    Gets an instance of GrapeCity.Documents.Pdf.GcPdfGraphics that can be used to generate content of this FormXObject.
    Syntax
    'Declaration
     
    Public ReadOnly Property Graphics As GcPdfGraphics
    public GcPdfGraphics Graphics {get;}
    See Also