PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / PdfTextFieldBase Class
Members

In This Topic
    PdfTextFieldBase Class
    In This Topic
    The abstract base class for AcroForm field classes that allow text input (PdfTextBox and PdfComboListBase).
    Object Model
    PdfTextFieldBase Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class PdfTextFieldBase 
       Inherits PdfFieldBase
    public abstract class PdfTextFieldBase : PdfFieldBase 
    Inheritance Hierarchy

    System.Object
       C1.Xaml.Pdf.PdfFieldBase
          C1.Xaml.Pdf.PdfTextFieldBase
             C1.Xaml.Pdf.PdfComboListBase
             C1.Xaml.Pdf.PdfTextBox

    See Also