PdfStorageAdapterExportDocument Method (Int32) |
Export the document with the given ID to an importable RAD PDF binary format.
Namespace:
RadPdf.Integration
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public byte[] ExportDocument(
int documentID
)
Public Function ExportDocument (
documentID As Integer
) As Byte()
Parameters
- documentID
- Type: SystemInt32
DocumentID as an int.
Return Value
Type:
ByteExported binary format (a structured BSON document)
Remarks
Please remember that the output binary is NOT a PDF.
It is intended for use with RAD PDF only.
See Also