PdfDocumentEditorImportFormData Method (Byte) |
Import form field values from a FDF / XFDF file into the current
PdfDocument.
Namespace:
RadPdf.Data.Document
Assembly:
RadPdf (in RadPdf.dll) Version: 5.8.0.0 (5.8.0.0)
Syntaxpublic void ImportFormData(
byte[] data
)
Public Sub ImportFormData (
data As Byte()
)
Parameters
- data
- Type: SystemByte
Binary data representing the FDF or XFDF document
Remarks
This overload defaults to decoding XFDF data assuming UTF-8.
See Also