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

In This Topic
    ShowTextPdfString Class
    In This Topic
    Base abstract class for PDF operators showing text using a GrapeCity.Documents.Pdf.Spec.PdfString.
    Object Model
    ShowTextPdfString Class
    Syntax
    'Declaration
     
    Public MustInherit Class ShowTextPdfString 
       Inherits ShowTextBase
       Implements IVisualOperator 
    public abstract class ShowTextPdfString : ShowTextBase, IVisualOperator  
    Inheritance Hierarchy

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

    See Also