| 
    PdfSharp-WPF
    1.31.7289
    
   | 
 
Classes | |
| class | PdfAcroField | 
| Represents the base class for all interactive field dictionaries.  More... | |
| class | PdfAcroForm | 
| Represents a interactive form (or AcroForm), a collection of fields for gathering information interactively from the user.  More... | |
| class | PdfButtonField | 
| Represents the base class for all button fields.  More... | |
| class | PdfCheckBoxField | 
| Represents the check box field.  More... | |
| class | PdfChoiceField | 
| Represents the base class for all choice field dictionaries.  More... | |
| class | PdfComboBoxField | 
| Represents the combo box field.  More... | |
| class | PdfGenericField | 
| Represents a generic field. Used for AcroForm dictionaries unknown to PDFsharp.  More... | |
| class | PdfListBoxField | 
| Represents the list box field.  More... | |
| class | PdfPushButtonField | 
| Represents the push button field.  More... | |
| class | PdfRadioButtonField | 
| Represents the radio button field.  More... | |
| class | PdfSignatureField | 
| Represents the signature field.  More... | |
| class | PdfTextField | 
| Represents the text field.  More... | |
Enumerations | |
| enum class | PdfAcroFieldFlags {  ReadOnly = 1 << (1 - 1) , Required = 1 << (2 - 1) , NoExport = 1 << (3 - 1) , Pushbutton = 1 << (17 - 1) , Radio = 1 << (16 - 1) , NoToggleToOff = 1 << (15 - 1) , Multiline = 1 << (13 - 1) , Password = 1 << (14 - 1) , FileSelect = 1 << (21 - 1) , DoNotSpellCheckTextField = 1 << (23 - 1) , DoNotScroll = 1 << (24 - 1) , Combo = 1 << (18 - 1) , Edit = 1 << (19 - 1) , Sort = 1 << (20 - 1) , MultiSelect = 1 << (22 - 1) , DoNotSpellCheckChoiseField = 1 << (23 - 1) }  | 
| Specifies the flags of AcroForm fields.  More... | |
| enum class | PdfNamedActionNames { NextPage , PrevPage , FirstPage , LastPage } | 
| Specifies the predefined PDF actions.  More... | |
      
  | 
  strong | 
Specifies the flags of AcroForm fields.
      
  | 
  strong |