ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfFieldBase Class
Members

In This Topic
    PdfFieldBase Class
    In This Topic
    The abstract base class from which all other AcroForm field classes (AcroField) are derived.
    Object Model
    PdfFieldBase Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class PdfFieldBase 
    public abstract class PdfFieldBase 
    Remarks
    The non-abstract derived classes include PdfTextBox, PdfCheckBox, PdfPushButton, PdfRadioButton, PdfComboBox, PdfListBox and PdfSignature.
    Inheritance Hierarchy

    System.Object
       C1.C1Pdf.PdfFieldBase
          C1.C1Pdf.PdfPushButton
          C1.C1Pdf.PdfRadioCheckBase
          C1.C1Pdf.PdfSignature
          C1.C1Pdf.PdfTextFieldBase

    See Also