Skip to content

PDFDisplayFormXObjectOperator

Namespace: O2S.Components.PDF4NET.Graphics.Operators

Defines the Do (display form XObject) content stream operator.

public class PDFDisplayFormXObjectOperator : PDFContentStreamOperator

Inheritance ObjectPDFContentStreamOperatorPDFDisplayFormXObjectOperator

Constructors

PDFDisplayFormXObjectOperator()

Initializes a new PDFDisplayFormXObjectOperator object.

public PDFDisplayFormXObjectOperator()

PDFDisplayFormXObjectOperator(PDFCosName)

Initializes a new PDFDisplayFormXObjectOperator object.

public PDFDisplayFormXObjectOperator(PDFCosName formXObjectID)

Parameters

formXObjectID PDFCosName
The form XObject ID in the /Resources 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.


FormXObject

Gets or sets the form XObject.

public PDFFormXObject FormXObject { get; set; }

Property Value

PDFFormXObject
The form XObject painted by this operator.


FormXObjectID

Gets or sets the form XObject ID.

public PDFCosName FormXObjectID { get; set; }

Property Value

PDFCosName
The form XObject ID in the /Resources dictionary.


OpCode

Gets the operator code.

public string OpCode { get; }

Property Value

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


Type

Gets or sets the operator type.

public PDFContentStreamOperatorType Type { get; set; }

Property Value

PDFContentStreamOperatorType
The type of this operator.