PDFObjectReference¶
Namespace: O2S.Components.PDF4NET.LogicalStructure
Defines a reference to a PDF object.
Inheritance Object → PDFObjectReference
Implements IPDFStructureElementContent
Remarks
An object reference is used when a structure element's content consists of an entire PDF object, such as an XObject directly or indirectly referenced by a page description or an annotation
Constructors¶
PDFObjectReference()¶
Initializes a new PDFObjectReference object.
Properties¶
CosContent¶
Gets the content of this object.
Property Value
Page¶
Gets or sets the PDF page that contains the referenced object.
Property Value
PDFPage
The PDFPage on which the object shall be rendered.
Stream¶
Gets or sets the referenced object.
Property Value
PDFCosDictionaryContainer
The PDF object that represents the content of the structure element.