Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfIndirectObjectBase Class / Value Property

In This Topic
    Value Property (PdfIndirectObjectBase)
    In This Topic
    Gets the IPdfObject that defines the value of this PdfIndirectObjectBase. That should be a direct object.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Value As IPdfObject
    public abstract IPdfObject Value {get;}
    See Also