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

In This Topic
    BeginText Class
    In This Topic
    PDF "BT" operator. Begin a text object, initializing the text matrix, Tm , and the text line matrix, Tlm, to the identity matrix. Text objects cannot be nested; a second BT cannot appear before an ET.
    Object Model
    BeginText Class
    Syntax
    'Declaration
     
    Public Class BeginText 
       Inherits OperatorBase
    public class BeginText : OperatorBase 
    Inheritance Hierarchy

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

    See Also