PdfStorageAdapterGetDocumentOverhead Method |
Retrieve the overhead of a document previously loaded into a
PdfWebControl instance.
Namespace:
RadPdf.Integration
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic int GetDocumentOverhead(
int documentID
)
Public Function GetDocumentOverhead (
documentID As Integer
) As Integer
Parameters
- documentID
- Type: SystemInt32
DocumentID as an int.
Return Value
Type:
Int32The document overhead in bytes for the
documentID parameter.
Exceptions
RemarksIf document is not found or inaccessible, an exception will be thrown.
See Also