Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / SetTextMatrix Class
Members

In This Topic
    SetTextMatrix Class
    In This Topic
    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.
    Object Model
    SetTextMatrix Class
    Syntax
    'Declaration
     
    Public Class SetTextMatrix 
       Inherits OperatorBase
    public class SetTextMatrix : OperatorBase 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Pdf.Operators.OperatorBase
          GrapeCity.Documents.Pdf.Operators.SetTextMatrix

    See Also