[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfIndirectObjectBase

PdfIndirectObjectBase Class

Base abstract class representing a PDF indirect object.

Inheritance
PdfIndirectObjectBase
Namespace: GrapeCity.Documents.Pdf.Spec
Assembly: DS.Documents.Pdf.dll
Syntax
public abstract class PdfIndirectObjectBase
Public MustInherit Class PdfIndirectObjectBase

Constructors

Name Description
PdfIndirectObjectBase()

Properties

Name Description
ObjID

Gets or sets the ID of the indirect object.

Value

Gets the GrapeCity.Documents.Pdf.Spec.IPdfObject that defines the value of this PdfIndirectObjectBase. That should be a direct object.

Methods

Name Description
IsContentEqual(IPdfObject)

Checks whether the content of this object is same as the content of the other object.

ToString()