PDFMarkedContentReference¶
Namespace: O2S.Components.PDF4NET.LogicalStructure
Defines a reference to a marked-content sequence.
Inheritance Object → PDFMarkedContentReference
Implements IPDFStructureElementContent
Constructors¶
PDFMarkedContentReference()¶
Initializes a new PDFMarkedContentReference object.
Properties¶
CosContent¶
Gets the COS content of this object.
Property Value
Identifier¶
Gets or sets the marked-content sequence identifier.
Property Value
Int32
An integer that uniquely identifies the marked-content sequence within its content stream.
Page¶
Gets or sets the PDF page that contains the marked-content sequence.
Property Value
PDFPage
The PDFPage on which the graphics objects in the marked-content sequence shall be rendered.
Stream¶
Gets or sets the stream that contains the marked-content sequence.
Property Value
PDFFormXObject
The content stream containing the marked-content sequence.
Remarks
This property should be set only if the marked-content sequence resides in a form XObject.