PDFMarkedContentSequenceIdentifier¶
Namespace: O2S.Components.PDF4NET.LogicalStructure
Defines a marked-content sequence identifier.
Inheritance Object → PDFMarkedContentSequenceIdentifier
Implements IPDFStructureElementContent
Remarks
The identifier, an integer, uniquely identifies the marked-content sequence within its content stream.
Constructors¶
PDFMarkedContentSequenceIdentifier()¶
Initializes a new PDFMarkedContentSequenceIdentifier object.
PDFMarkedContentSequenceIdentifier(Int32)¶
Initializes a new PDFMarkedContentSequenceIdentifier object.
Parameters
id Int32
The ID associated with this object.
Properties¶
CosContent¶
Gets the content of this object.
Property Value
Identifier¶
Gets or sets the identifier.
Property Value
Int32
An integer that uniquely identifies the marked-content sequence within its content stream.