PDFBeginMarkedContentOperator¶
Namespace: O2S.Components.PDF4NET.Graphics.Operators
Defines the BMC (begin marked content) content stream operator.
Inheritance Object → PDFContentStreamOperator → PDFBeginMarkedContentOperator
Constructors¶
PDFBeginMarkedContentOperator()¶
Initializes a new PDFBeginMarkedContentOperator object.
PDFBeginMarkedContentOperator(PDFCosName)¶
Initializes a new PDFBeginMarkedContentOperator object.
Parameters
tag PDFCosName
The sequence tag.
Properties¶
Context¶
Gets the content stream container from which the operator is extracted.
Property Value
PDFContentStreamContainer
A content stream container object, a PDFPage or a PDFFormXObject.
OpCode¶
Gets the operator code.
Property Value
String
The operator code as it is written in the content stream.
Tag¶
Gets or sets the tag.
Property Value
PDFCosName
A name object indicating the role or significance of the marked content sequence.
Type¶
Gets or sets the operator type.
Property Value
PDFContentStreamOperatorType
The type of this operator.