VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfDocumentInteractiveForm Class
Members Object Syntax Remarks Example Hierarchy Requirements SeeAlso
In This Topic
    PdfDocumentInteractiveForm Class
    In This Topic
    Provides information about contents and properties of a document interactive form.
    Object Model
    PdfInteractiveFormFieldList PdfInteractiveFormFieldList PdfResource PdfDocument PdfIndirectReference PdfBasicObject PdfDocumentInteractiveForm
    Syntax
    'Declaration
    
    Public NotInheritable Class PdfDocumentInteractiveForm
       Inherits Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
    
    
    public sealed class PdfDocumentInteractiveForm : Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
    
    
    public __gc __sealed class PdfDocumentInteractiveForm : public Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase*
    
    
    public ref class PdfDocumentInteractiveForm sealed : public Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase^
    
    
    Remarks

    An interactive form is a collection of fields for gathering information interactively from the user.
    PDF document may contain any number of fields appearing on any combination of pages, all of which make up a single, global interactive form spanning the entire document.
    The interactive form fields may be organized hierarchically into one or more tree structures.
    Many field attributes are inheritable, meaning that if they are not explicitly specified for a given field, their values are taken from those of its parent in the field hierarchy.

    Example

    Please see example here: PdfInteractiveFormField

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
          Vintasoft.Imaging.Pdf.Tree.InteractiveForms.PdfDocumentInteractiveForm

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also