'Declaration Public Overloads Sub Export( _
ByVal interactiveFormThe PDF interactive form.As PdfDocumentInteractiveForm, _
ByVal writerThe writer where the codec puts the exported data.As System.Xml.XmlWriter _
)
public void Export(
PdfDocumentInteractiveForm interactiveForm,
System.Xml.XmlWriter writer
)
public: void Export(
PdfDocumentInteractiveForm* interactiveForm,
System.Xml.XmlWriter* writer
)
public:
void Export(
PdfDocumentInteractiveForm^ interactiveForm,
System.Xml.XmlWriter^ writer
)
Parameters
- interactiveForm
- The PDF interactive form.
- writer
- The writer where the codec puts the exported data.