PdfStorageAdapterGetDocumentOverhead Method |
Retrieve the overhead of a document previously loaded into a
PdfWebControl instance.
Namespace:
RadPdf.Integration
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public 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 Remarks If document is not found or inaccessible, an exception will be thrown.
See Also