PDFConcatenateMatrixOperator¶
Namespace: O2S.Components.PDF4NET.Graphics.Operators
Defines the cm (concatenate matrix) content stream operator.
Inheritance Object → PDFContentStreamOperator → PDFConcatenateMatrixOperator
Constructors¶
PDFConcatenateMatrixOperator()¶
Initializes a new PDFConcatenateMatrixOperator object.
PDFConcatenateMatrixOperator(Double, Double, Double, Double, Double, Double)¶
Initializes a new PDFConcatenateMatrixOperator object.
public PDFConcatenateMatrixOperator(double m11, double m12, double m21, double m22, double dx, double dy)
Parameters
m11 Double
The m11 element of the transformation matrix.
m12 Double
The m12 element of the transformation matrix.
m21 Double
The m21 element of the transformation matrix.
m22 Double
The m22 element of the transformation matrix.
dx Double
The dx element of the transformation matrix.
dy Double
The dy element of the transformation matrix.
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.
DX¶
Gets or sets the dx element of the transformation matrix.
Property Value
Double
The dx element of the transformation matrix.
DY¶
Gets or sets the dy element of the transformation matrix.
Property Value
Double
The dy element of the transformation matrix.
M11¶
Gets or sets the m11 element of the transformation matrix.
Property Value
Double
The m11 element of the transformation matrix.
M12¶
Gets or sets the m12 element of the transformation matrix.
Property Value
Double
The m12 element of the transformation matrix.
M21¶
Gets or sets the m21 element of the transformation matrix.
Property Value
Double
The m21 element of the transformation matrix.
M22¶
Gets or sets the m22 element of the transformation matrix.
Property Value
Double
Gets or sets the m22 element of the transformation matrix.
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.