Click or drag to resize

PdfWebControlLiteImportDocument Method (Byte, PdfLiteSettings)

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,
	PdfLiteSettings settings
)

Parameters

value
Type: SystemByte
Document as exported by RAD PDF.
settings
Type: RadPdf.LitePdfLiteSettings
PDF settings for the imported document.

Return Value

Type: PdfLiteSession
Lite Document session
Remarks

When importing the document, this method will consider and use the current values of these and other properties:

This method will ignore the value of DocumentSettings and RenderDpi use the values specfied in the exported document.

See Also