VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormDataCodec Class
Constructors Methods Events SeeAlso
In This Topic
    PdfInteractiveFormDataCodec Class Members
    In This Topic
    The following tables list the members exposed by PdfInteractiveFormDataCodec.
    Protected Constructors
     NameDescription
    Protected ConstructorInitializes a new instance of the PdfInteractiveFormDataCodec class.
    Public Methods
     NameDescription
    Public MethodOverloaded. Exports form field values of the specified PDF interactive form to the provided stream.
    Public MethodImports the form field values of the specified interactive form from the provided stream.
    Protected Methods
     NameDescription
    Protected MethodRaises the FieldValueChanged event.
    Protected MethodRaises the FieldValueChanging event.
    Public Events
     NameDescription
    Public EventOccurs when the value of a PdfInteractiveFormField is changed.
    Public EventOccurs when the value of a PdfInteractiveFormField is changing.
    See Also