Click or drag to resize

PdfLiteStorageAdapterGetDocumentAsPdf Method (PdfLiteSession)

Retrieve a document previously loaded into a PdfWebControlLite instance with all saved modifications, as a PDF.

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

Parameters

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

Return Value

Type: Byte
The document in PDF format for the session parameter.
Remarks