Click or drag to resize

PdfDocumentEditorSave Method

Saves document changes made by the PdfDocumentEditor to database.

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

Return Value

Type: Byte
The document in PDF format.
Remarks

This method will create and use a database connection if not a Lite Document.

See Also