Skip to content

PDFMarkedContentReference

Namespace: O2S.Components.PDF4NET.LogicalStructure

Defines a reference to a marked-content sequence.

public class PDFMarkedContentReference : IPDFStructureElementContent

Inheritance ObjectPDFMarkedContentReference
Implements IPDFStructureElementContent

Constructors

PDFMarkedContentReference()

Initializes a new PDFMarkedContentReference object.

public PDFMarkedContentReference()

Properties

CosContent

Gets the COS content of this object.

public PDFCosObject CosContent { get; }

Property Value

PDFCosObject


Identifier

Gets or sets the marked-content sequence identifier.

public int Identifier { get; set; }

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.

public PDFPage Page { get; set; }

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.

public PDFFormXObject Stream { get; set; }

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.