[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.ModifyTransformationMatrix

ModifyTransformationMatrix Class

PDF "cm" operator. Modify the current transformation matrix (CTM) by concatenating the specified matrix.

Inheritance
ModifyTransformationMatrix
Namespace: GrapeCity.Documents.Pdf.Operators
Assembly: DS.Documents.Pdf.dll
Syntax
public class ModifyTransformationMatrix : OperatorBase
Public Class ModifyTransformationMatrix
    Inherits OperatorBase

Constructors

Name Description
ModifyTransformationMatrix(Matrix3x2)

Initializes a new instance of the ModifyTransformationMatrix class.

Fields

Name Description
Matrix

Matrix argument of the operator.

Properties

Name Description
Desc

Gets the operator's description.

Name

Gets the operator's PDF name.

Methods

Name Description
IsSame(OperatorBase)

Determines whether the provided operator is the same as the current operator.