The PRIndirectReference type exposes the following members.

Methods

  NameDescription
Public methodCanBeInObjStm (Inherited from PdfObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetBytes (Inherited from PdfObject.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsArray (Inherited from PdfObject.)
Public methodIsBoolean (Inherited from PdfObject.)
Public methodIsDictionary (Inherited from PdfObject.)
Public methodIsIndirect (Inherited from PdfObject.)
Public methodIsName (Inherited from PdfObject.)
Public methodIsNull (Inherited from PdfObject.)
Public methodIsNumber (Inherited from PdfObject.)
Public methodIsStream (Inherited from PdfObject.)
Public methodIsString (Inherited from PdfObject.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetNumber
Public methodToPdf (Overrides PdfObject..::..ToPdf(PdfWriter, Stream).)
Public methodToString (Inherited from PdfIndirectReference.)

Fields

  NameDescription
Protected fieldbytes (Inherited from PdfObject.)
Protected fieldgeneration (Inherited from PdfIndirectReference.)
Protected fieldindRef (Inherited from PdfObject.)
Protected fieldnumber (Inherited from PdfIndirectReference.)
Protected fieldreader
Protected fieldtype (Inherited from PdfObject.)

Properties

  NameDescription
Protected propertyContent (Inherited from PdfObject.)
Public propertyGeneration (Inherited from PdfIndirectReference.)
Public propertyIndRef (Inherited from PdfObject.)
Public propertyLength (Inherited from PdfObject.)
Public propertyNumber (Inherited from PdfIndirectReference.)
Public propertyReader
Public propertyType (Inherited from PdfObject.)

See Also