PdfWebControlImportDocument Method |
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.0.0.0 (4.0.0.0)
Syntaxpublic int ImportDocument(
byte[] value
)
Public Function ImportDocument (
value As Byte()
) As Integer
Parameters
- value
- Type: SystemByte
Document as exported by RAD PDF.
Return Value
Type:
Int32Document 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