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.48.0.0 (3.48.0.0)
Syntax public PdfLiteSession ImportDocument(
byte[] value
)
Public Function ImportDocument (
value As Byte()
) As PdfLiteSession
Parameters
- value
- Type: SystemByte
Document as exported by RAD PDF.
Return Value
Type:
PdfLiteSessionLite Document session
Remarks See Also