ObjectDataAddingEventArgsGetDocumentOverhead Method |
Gets a value representing the current document overhead.
Namespace:
RadPdf.Integration
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public int GetDocumentOverhead()
Public Function GetDocumentOverhead As Integer
Return Value
Type:
Int32The 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