Class | Description | |
---|---|---|
C1PdfDocument | Provides methods to create and save Pdf documents. | |
C1PdfDocumentBase | Abstract base class for the C1PdfDocument type. Provides low-level methods to create and save PDF documents. | |
PdfCheckBox | Represents a checkbox. | |
PdfCircleNote | Represents an elliptical note. | |
PdfComboBox | Represents a combo box. | |
PdfComboListBase | The abstract base class for PdfComboBox and PdfListBox types. | |
PdfDocumentInfo | Contains information about the document. This information includes the document author, title, keywords, etc. | |
PdfFieldBase | The abstract base class from which all other AcroForm field classes (AcroField) are derived. | |
PdfLineNote | Represents a note that is a single straight line. | |
PdfListBox | Represents a list box. | |
PdfNoteBase | The abstract base class from which all other notes classes are derived. | |
PdfPage | PdfPage | |
PdfPageCollection | A collection of PdfPage objects that make up the document. | |
PdfPushButton | Represents a push button. | |
PdfPushButton.Action | Represents an action that can be taken when the state of a PdfPushButton changes. | |
PdfPushButton.ActionCollection | Represents a collection of PdfPushButton.Action objects. | |
PdfRadioButton | Represents a radio button. | |
PdfRadioCheckBase | The abstract base class for PdfRadioButton and PdfCheckBox types. | |
PdfRectNote | The abstract base class for notes that have a surface (PdfTextNote, PdfSquareNote). | |
PdfSecurity | Provides security and encryption services and manages permissions for C1PdfDocument objects. | |
PdfSignature | Represents a digital signature field of an AcroForm. | |
PdfSquareNote | Represents a rectangular note. | |
PdfTextBox | Represents a text input box. | |
PdfTextFieldBase | The abstract base class for AcroForm field classes that allow text input (PdfTextBox and PdfComboListBase). | |
PdfTextNote | Represents a text note. | |
PdfViewerPreferences | Represents viewer preferences to be used when displaying the document. | |
Strings | Static class containing UI strings used by the designer. | |
Strings.Errors |