Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / TextField Class
Members

In This Topic
    TextField Class
    In This Topic
    Represents the text field.
    Object Model
    TextField Class
    Syntax
    'Declaration
     
    Public Class TextField 
       Inherits Field
       Implements GrapeCity.Documents.Common.IOwnedObject 
    public class TextField : Field, GrapeCity.Documents.Common.IOwnedObject  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase
          GrapeCity.Documents.Pdf.Wrappers.PdfWrapper<T>
             GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper
                GrapeCity.Documents.Pdf.AcroForms.Field
                   GrapeCity.Documents.Pdf.AcroForms.TextField
                      GrapeCity.Documents.Pdf.AcroForms.CombTextField

    See Also