PDFDisplayImageXObjectOperator¶
Namespace: O2S.Components.PDF4NET.Graphics.Operators
Defines the Do (display image XObject) content stream operator.
Inheritance Object → PDFContentStreamOperator → PDFDisplayImageXObjectOperator
Constructors¶
PDFDisplayImageXObjectOperator()¶
Initializes a new PDFDisplayImageXObjectOperator object.
PDFDisplayImageXObjectOperator(PDFCosName)¶
Initializes a new PDFDisplayImageXObjectOperator object.
Parameters
imageID PDFCosName
The image 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.
Image¶
Gets the image painted by this operator.
Property Value
PDFVisualImage
The decoded image object.
ImageID¶
Gets or sets the image ID.
Property Value
PDFCosName
The image ID in the /Resources dictionary.
ImageVisualObject¶
Gets the visual image painted by this operator.
Property Value
PDFImageVisualObject
A PDFImageVisualObject that describes the image painted by this operator.
Remarks
This property is set only when the PDFPageTransform.EnableExtendedOperatorInformation property is set to true on the object that processes this operator.
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.