Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfArrayObject Class
Properties Methods

In This Topic
    PdfArrayObject Class Members
    In This Topic

    The following tables list the members exposed by PdfArrayObject.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PdfArrayObject class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the underlying PdfArray object.  
    Public PropertyGets a value indicating whether this PdfArrayObject was changed.  
    Public PropertyGets or sets the ID of the indirect object. (Inherited from GrapeCity.Documents.Pdf.Spec.PdfIndirectObjectBase)
    Public PropertyGets the IPdfObject that defines the value of this PdfIndirectObjectBase. That should be a direct object. (Inherited from GrapeCity.Documents.Pdf.Spec.PdfIndirectObject<PdfArray>)
    Top
    Public Methods
     NameDescription
    Public MethodChecks whether the content of this object is same as the content of the other object. (Inherited from GrapeCity.Documents.Pdf.Spec.PdfIndirectObjectBase)
    Public MethodReturns a string that represents the current object. (Inherited from GrapeCity.Documents.Pdf.Spec.PdfIndirectObjectBase)
    Top
    See Also