Click or drag to resize

PdfFieldCollectionExportData Method

Export the form field data in this collection to a common PdfFieldDataFormat.

Namespace:  RadPdf.Data.Document.Objects.FormFields
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public byte[] ExportData(
	PdfFieldDataFormat format
)

Parameters

format
Type: RadPdf.Data.Document.CommonPdfFieldDataFormat
The data format to export this document's PDF form field data in.

Return Value

Type: Byte
An array of bytes representing the formatted PDF form field data.
See Also