IDocument.Size

Syntax

Size: Variant;

Description

The Size property returns size of the file stored in the document.

Comments

On creating the document the size of the loaded file in bytes is set in this property. On loading new versions of the file, the property value is automatically updated.

Example

The example of use is given in description of the CreationDate property.

See also:

IDocument