PDFDisplayFormXObjectOperator¶
Namespace: O2S.Components.PDF4NET.Graphics.Operators
Defines the Do (display form XObject) content stream operator.
Inheritance Object → PDFContentStreamOperator → PDFDisplayFormXObjectOperator
Constructors¶
PDFDisplayFormXObjectOperator()¶
Initializes a new PDFDisplayFormXObjectOperator object.
PDFDisplayFormXObjectOperator(PDFCosName)¶
Initializes a new PDFDisplayFormXObjectOperator object.
Parameters
formXObjectID PDFCosName
The form XObject ID in the /Resources dictionary.
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.
FormXObject¶
Gets or sets the form XObject.
Property Value
PDFFormXObject
The form XObject painted by this operator.
FormXObjectID¶
Gets or sets the form XObject ID.
Property Value
PDFCosName
The form XObject ID in the /Resources dictionary.
OpCode¶
Gets the operator code.
Property Value
String
The operator code as it is written in the content stream.
Type¶
Gets or sets the operator type.
Property Value
PDFContentStreamOperatorType
The type of this operator.