PdfWebControlLite.ImportDocument Method (Byte[]) |
Import a previously exported PDF document to a new document instance and load it.
Namespace:
RadPdf.Web.UI
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.1.0.0 (4.1.0.0)
Syntaxpublic PdfLiteSession ImportDocument(
byte[] value
)
Public Function ImportDocument (
value As Byte()
) As PdfLiteSession
Parameters
- value
- Type:System.Byte[]
Document as exported by RAD PDF.
Return Value
Type:
PdfLiteSessionLite Document session
Remarks
See Also