Click or drag to resize

PdfDocumentEditorExport Method

Exports the document (and any changes made by the PdfDocumentEditor) to an importable RAD PDF binary format.

Namespace:  RadPdf.Data.Document
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public byte[] Export()

Return Value

Type: Byte
Exported binary format (a structured BSON document)
Remarks

This method will create and use a database connection.

Please remember that the output binary is NOT a PDF. It is intended for use with RAD PDF only.

See Also