PdfStorageAdapterGetDocumentAsPdf Method (Int32) |
Retrieve a document previously loaded into a
PdfWebControl instance with all saved modifications, as a PDF.
Namespace:
RadPdf.Integration
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic byte[] GetDocumentAsPdf(
int documentID
)
Public Function GetDocumentAsPdf (
documentID As Integer
) As Byte()
Parameters
- documentID
- Type: SystemInt32
DocumentID as an int.
Return Value
Type:
ByteThe document in PDF format for the
documentID parameter.
Exceptions
Remarks
If document is not found or inaccessible, an exception will be thrown.
See Also