'Declaration Public Overloads Sub Export( _
ByVal documentThe PDF document.As Vintasoft.Imaging.Pdf.PdfDocument, _
ByVal fieldsToExportThe fields to export.As System.Collections.Generic.IEnumerable(Of PdfInteractiveFormField), _
ByVal writerThe writer where the codec puts the exported data.As System.Xml.XmlWriter _
)
public void Export(
Vintasoft.Imaging.Pdf.PdfDocument document,
System.Collections.Generic.IEnumerable<PdfInteractiveFormField> fieldsToExport,
System.Xml.XmlWriter writer
)
Parameters
- document
- The PDF document.
- fieldsToExport
- The fields to export.
- writer
- The writer where the codec puts the exported data.