Param |
Method |
Event |
|
|
GetDocumentSize현재 문서와 현재 문서에 포함된 로컬(Local) 파일의 크기를 모두 합한 값을 구합니다.
SyntaxHRESULT GetDocumentSize(
ParameterspVal [out, retval] 현재 문서의 크기(포함된 로컬 파일의 크기도 포함)를 얻습니다.
Return Values항상 : 0
Sample CodesVBScript dim object
JavaScript var object = document.getElementById('Wec');
See Also
|