Click or drag to resize

PdfStorageAdapterGetDocumentOverhead Method

Retrieve the overhead of a document previously loaded into a PdfWebControl instance.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public int GetDocumentOverhead(
	int documentID
)

Parameters

documentID
Type: SystemInt32
DocumentID as an int.

Return Value

Type: Int32
The document overhead in bytes for the documentID parameter.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe current instance has already been disposed.
RadPdfDocumentExceptionThe document was not found in storage.
Remarks
If document is not found or inaccessible, an exception will be thrown.
See Also