Click or drag to resize

PdfWebControlImportDocument Method

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.43.0.0 (3.43.0.0)
Syntax
public int ImportDocument(
	byte[] value
)

Parameters

value
Type: SystemByte
Document as exported by RAD PDF.

Return Value

Type: Int32
Document ID
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 RenderDpi and use the DPI specfied in the exported document.

See Also