Click or drag to resize

PdfWebControlLiteImportDocument Method (Byte)

Import a previously exported PDF document to a new document instance and load it.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public PdfLiteSession ImportDocument(
	byte[] value
)

Parameters

value
Type: SystemByte
Document as exported by RAD PDF.

Return Value

Type: PdfLiteSession
Lite Document session
Remarks