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

In This Topic
    ShowText1 Class
    In This Topic
    PDF "'" operator. Move to the next line and show a text string. Has same effect as: T* (str) Tj
    Object Model
    ShowText1 Class
    Syntax
    'Declaration
     
    Public Class ShowText1 
       Inherits ShowTextPdfString
       Implements IVisualOperator 
    public class ShowText1 : ShowTextPdfString, IVisualOperator  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Pdf.Operators.OperatorBase
          GrapeCity.Documents.Pdf.Operators.ShowTextBase
             GrapeCity.Documents.Pdf.Operators.ShowTextPdfString
                GrapeCity.Documents.Pdf.Operators.ShowText1

    See Also