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

In This Topic
    ShowTextBase Class
    In This Topic
    Base abstract class for PDF operators showing text.
    Object Model
    ShowTextBase Class
    Syntax
    'Declaration
     
    Public MustInherit Class ShowTextBase 
       Inherits OperatorBase
       Implements IVisualOperator 
    public abstract class ShowTextBase : OperatorBase, IVisualOperator  
    Inheritance Hierarchy

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

    See Also