VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormDataXfdfCodec Class
Constructors Properties Methods Events SeeAlso
In This Topic
    PdfInteractiveFormDataXfdfCodec Class Members
    In This Topic
    The following tables list the members exposed by PdfInteractiveFormDataXfdfCodec.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PdfInteractiveFormDataXfdfCodec class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether all fields including fields without a value are exported.
    Public PropertyGets or sets the relative or absolute path to the PDF file that is written to/read from XFDF file.
    Public Methods
     NameDescription
    Public MethodOverloaded. Exports values of the specified PDF form fields to the provided stream.
    Public MethodImports form field values of the specified interactive form from the provided stream.
    Protected Methods
     NameDescription
    Protected MethodRaises the FieldValueChanged event. (Inherited from PdfInteractiveFormDataCodec)
    Protected MethodRaises the FieldValueChanging event. (Inherited from PdfInteractiveFormDataCodec)
    Public Events
     NameDescription
    Public EventOccurs when the value of a PdfInteractiveFormField is changed. (Inherited from PdfInteractiveFormDataCodec)
    Public EventOccurs when the value of a PdfInteractiveFormField is changing. (Inherited from PdfInteractiveFormDataCodec)
    See Also