PdfFieldCollectionExportData Method |
Namespace:
RadPdf.Data.Document.Objects.FormFields
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public byte[] ExportData(
PdfFieldDataFormat format
)
Public Function ExportData (
format As PdfFieldDataFormat
) As Byte()
Parameters
- format
- Type: RadPdf.Data.Document.CommonPdfFieldDataFormat
The data format to export this document's PDF form field data in.
Return Value
Type:
ByteAn array of bytes representing the formatted PDF form field data.
See Also