Skip to content

PDFDefineMarkedContentPropertyListOperator

Namespace: O2S.Components.PDF4NET.Graphics.Operators

Defines the DP (define marked-content point with property list) content stream operator.

public class PDFDefineMarkedContentPropertyListOperator : PDFContentStreamOperator

Inheritance ObjectPDFContentStreamOperatorPDFDefineMarkedContentPropertyListOperator

Constructors

PDFDefineMarkedContentPropertyListOperator()

Initializes a new PDFDefineMarkedContentPropertyListOperator object.

public PDFDefineMarkedContentPropertyListOperator()

PDFDefineMarkedContentPropertyListOperator(PDFCosName, PDFCosObject)

Initializes a new PDFDefineMarkedContentPropertyListOperator object.

public PDFDefineMarkedContentPropertyListOperator(PDFCosName tag, PDFCosObject properties)

Parameters

tag PDFCosName
The sequence tag.

properties PDFCosObject
Properties ID or an inline dictionary.


Properties

Context

Gets the content stream container from which the operator is extracted.

public PDFContentStreamContainer Context { get; internal set; }

Property Value

PDFContentStreamContainer
A content stream container object, a PDFPage or a PDFFormXObject.


OpCode

Gets the operator code.

public string OpCode { get; }

Property Value

String
The operator code as it is written in the content stream.


Properties

Gets or sets the properties.

public PDFCosObject Properties { get; set; }

Property Value

PDFCosObject
A name object used as key in the /Resources/Properties dictionary or an inline dictionary.


Tag

Gets or sets the tag.

public PDFCosName Tag { get; set; }

Property Value

PDFCosName
A name object indicating the role or significance of the marked content sequence.


Type

Gets or sets the operator type.

public PDFContentStreamOperatorType Type { get; set; }

Property Value

PDFContentStreamOperatorType
The type of this operator.