Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Wrappers Namespace / PdfWrapperBase Class / PdfObject Property

In This Topic
    PdfObject Property (PdfWrapperBase)
    In This Topic
    Gets the underlying GrapeCity.Documents.Pdf.Spec.IPdfObject.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property PdfObject As IPdfObject
    public abstract IPdfObject PdfObject {get;}
    See Also