Click or drag to resize

PdfLiteStorageAdapterExportDocument Method (PdfLiteSession)

Export the document with the given ID to an importable RAD PDF binary format.

Namespace:  RadPdf.Lite
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public byte[] ExportDocument(
	PdfLiteSession session
)

Parameters

session
Type: RadPdf.LitePdfLiteSession
PdfLiteSession of a Lite Document.

Return Value

Type: Byte
Exported 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