[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.SetTextMatrix

SetTextMatrix Class

PDF "Tm" operator. Set the text matrix and the text line matrix. The matrix specified by the operands is not concatenated onto the current text matrix, but replaces it.

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

Constructors

Name Description
SetTextMatrix(Matrix3x2)

Initializes a new instance of the SetTextMatrix class.

Fields

Name Description
Matrix

The text matrix.

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.