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.48.0.0 (3.48.0.0)
Syntax public 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