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

In This Topic
    ShowText2 Class
    In This Topic
    PDF """ operator. Move to the next line and show a text string, using aw as the word spacing and ac as the character spacing (setting the corresponding parameters in the text state). aw and ac are numbers expressed in unscaled text space units. This operator has the same effect as the following code: WordSpacing Tw CharSpacing Tc str '
    Object Model
    ShowText2 Class
    Syntax
    'Declaration
     
    Public Class ShowText2 
       Inherits ShowTextPdfString
       Implements IVisualOperator 
    public class ShowText2 : 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.ShowText2

    See Also