Click or drag to resize

PdfFieldCollectionImportData Method (Byte)

Import form field values from a FDF / XFDF file into the current PdfDocument.

Namespace:  RadPdf.Data.Document.Objects.FormFields
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 5.8.0.0 (5.8.0.0)
Syntax
public void ImportData(
	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