Lotus Software logo
IBM Lotus Domino Designer 8.5
Versions 8.5, 8.5.1, 8.5.2, and 8.5.3






Size (NotesDocument - JavaScript™)

Read-only. The size of a document in bytes, which includes the size of any file attachments to the document.

Defined in

NotesDocument

Syntax

getSize() : int

Examples

This computed field displays the number of bytes in the current document.
var doc:NotesDocument = currentDocument.getDocument();
return "The current document uses " + doc.getSize().toFixed() + " bytes"

Language cross-reference

Size property in LotusScript® NotesDocument class

Size property in Java™ Document class




Library | Support | Terms of use |

Last updated: Tuesday, September 20, 2011