API Reference
Class
PdfFormDataSet
Dependency-free AcroForm data set with typed and XFDF interchange.
Inheritance
- Object
- PdfFormDataSet
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method PdfDocumentForms.ExportData
- Method PdfFormDataSet.ParseXfdf
Accepted by parameters
- Method PdfDocumentForms.ImportData
Constructors
public PdfFormDataSet(IEnumerable<PdfFormDataField> fields) #Creates a unique-name data set.
Parameters
- fields System.Collections.Generic.IEnumerable{OfficeIMO.Pdf.PdfFormDataField}
Methods
public static PdfFormDataSet ParseXfdf(String xfdf, Int32 maxFields = 100000, Int32 maxValueCharacters = 4000000) #Returns:
PdfFormDataSetParses bounded, DTD-free XFDF field data.
Parameters
- xfdf System.String
- maxFields System.Int32 = 100000
- maxValueCharacters System.Int32 = 4000000
public IReadOnlyDictionary<String, PdfFormFieldValue> ToFieldValues() #Returns:
IReadOnlyDictionary<String, PdfFormFieldValue>Converts values to the shared form-filler contract.
Inherited Methods
Properties
public IReadOnlyList<PdfFormDataField> Fields { get; } #Data fields in deterministic source order.