Click or drag to resize

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)
Syntax
public void ImportFormData(
	byte[] data
)

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