PdfDocumentEditorImportFormData Method (Byte, Encoding) |
Import form field values from a FDF / XFDF file into the current
PdfDocument, using the specified
encoding if XFDF data.
Namespace:
RadPdf.Data.Document
Assembly:
RadPdf (in RadPdf.dll) Version: 5.8.0.0 (5.8.0.0)
Syntaxpublic void ImportFormData(
byte[] data,
Encoding encoding
)
Public Sub ImportFormData (
data As Byte(),
encoding As Encoding
)
Parameters
- data
- Type: SystemByte
Binary data representing the FDF or XFDF document - encoding
- Type: System.TextEncoding
The encoding to use when converting the data to a string for XFDF processing
Remarks
The encoding paramter is ignored if the data represents an FDF file.
See Also