Skip to content

PDFMarkedContentSequenceIdentifier

Namespace: O2S.Components.PDF4NET.LogicalStructure

Defines a marked-content sequence identifier.

public class PDFMarkedContentSequenceIdentifier : IPDFStructureElementContent

Inheritance ObjectPDFMarkedContentSequenceIdentifier
Implements IPDFStructureElementContent

Remarks

The identifier, an integer, uniquely identifies the marked-content sequence within its content stream.

Constructors

PDFMarkedContentSequenceIdentifier()

Initializes a new PDFMarkedContentSequenceIdentifier object.

public PDFMarkedContentSequenceIdentifier()

PDFMarkedContentSequenceIdentifier(Int32)

Initializes a new PDFMarkedContentSequenceIdentifier object.

public PDFMarkedContentSequenceIdentifier(int id)

Parameters

id Int32
The ID associated with this object.


Properties

CosContent

Gets the content of this object.

public PDFCosObject CosContent { get; }

Property Value

PDFCosObject


Identifier

Gets or sets the identifier.

public int Identifier { get; set; }

Property Value

Int32
An integer that uniquely identifies the marked-content sequence within its content stream.