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.48.0.0 (3.48.0.0)
Syntax public PdfLiteSession ImportDocument(
byte[] value,
PdfLiteSettings settings
)
Public Function ImportDocument (
value As Byte(),
settings As PdfLiteSettings
) As PdfLiteSession
Parameters
- value
- Type: SystemByte
Document as exported by RAD PDF.
- settings
- Type: RadPdf.LitePdfLiteSettings
PDF settings for the imported document.
Return Value
Type:
PdfLiteSessionLite 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