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

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