Click or drag to resize

ObjectDataAddingEventArgsGetDocumentOverhead Method

Gets a value representing the current document overhead.

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

Return Value

Type: Int32
The document overhead in bytes.
Remarks

Document overhead is the sum of all PdfObject data associated with this document.

This method is not supported for Lite Documents.

See Also