ComponentOne PDF for .NET
PdfFieldBase Class
Members 

C1.C1Pdf.4 Assembly > C1.C1Pdf Namespace : PdfFieldBase Class
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

Reference

PdfFieldBase Members
C1.C1Pdf Namespace