ComponentOne PDF for .NET
Inheritance Hierarchy
In This Topic
    C1.C1Pdf Namespace
    In This Topic
    Classes
     ClassDescription
    ClassProvides methods to create and save Pdf documents.
    ClassAbstract base class for the C1PdfDocument type. Provides low-level methods to create and save PDF documents.
    ClassRepresents a checkbox.
    ClassRepresents an elliptical note.
    ClassRepresents a combo box.
    ClassThe abstract base class for PdfComboBox and PdfListBox types.
    ClassContains information about the document. This information includes the document author, title, keywords, etc.
    ClassThe abstract base class from which all other AcroForm field classes (AcroField) are derived.
    ClassRepresents a note that is a single straight line.
    ClassRepresents a list box.
    ClassThe abstract base class from which all other notes classes are derived.
    ClassPdfPage
    ClassA collection of PdfPage objects that make up the document.
    ClassRepresents a push button.
    ClassRepresents an action that can be taken when the state of a PdfPushButton changes.
    ClassRepresents a collection of PdfPushButton.Action objects.
    ClassRepresents a radio button.
    ClassThe abstract base class for PdfRadioButton and PdfCheckBox types.
    ClassThe abstract base class for notes that have a surface (PdfTextNote, PdfSquareNote).
    ClassProvides security and encryption services and manages permissions for C1PdfDocument objects.
    ClassRepresents a digital signature field of an AcroForm.
    ClassRepresents a rectangular note.
    ClassRepresents a text input box.
    ClassThe abstract base class for AcroForm field classes that allow text input (PdfTextBox and PdfComboListBase).
    ClassRepresents a text note.
    ClassRepresents viewer preferences to be used when displaying the document.
    ClassStatic class containing UI strings used by the designer.
    Class 
    Enumerations
     EnumerationDescription
    EnumerationSpecifies the type of attachment icon to use.
    EnumerationSpecifies actions that can be performed when a PdfPushButton's state changes as described by ButtonAction. For most actions, additional information needs to be specified by the PdfPushButton.Action.Command property on the action.
    EnumerationSpecifies the layout of text and image on the face of a PdfPushButton.
    EnumerationSpecifies the type of change of a PdfPushButton state that can be associated with a particular PdfPushButton.Action (see PdfPushButton.Actions).
    EnumerationSpecifies the look of checkmark in PdfCheckBox and PdfRadioButton fields.
    EnumerationSpecifies the level of compression to be applied when adding entries to a zip file.
    EnumerationSpecifies the border style of an AcroField.
    EnumerationSpecifies the border width of an AcroField.
    EnumerationSpecifies the visibility of an AcroField (of a type derived from PdfFieldBase).
    EnumerationDetermines how fonts are encoded in the document.
    EnumerationDetermines the quality of bitmaps added to the document with the C1PdfDocument.DrawImage method.
    EnumerationSpecifies how to render images into a rectangle.
    EnumerationSpecifies the page layout to be used when the document is opened.
    EnumerationSpecifies how the document should be displayed when opened.
    EnumerationDetermines the PDF/A conformance levels.
    EnumerationSpecifies the type of encryption used for PDF security.
    EnumerationSpecifies the type of signature handler used to authenticate digital signatures (see PdfSignature.Handler).
    See Also