PdfDocumentExportFormData Method |
Namespace:
RadPdf.Data.Document
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic byte[] ExportFormData(
PdfFieldDataFormat format
)
Public Function ExportFormData (
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