プロパティ

メソッド

イベント

 

 

GetDocumentPath

作業中のページの絶対パスを取得します。

構文

    HRESULT GetDocumentPath(
    BSTR* pVal
    );

パラメータ

pVal

[out、retval] 作業中のページの絶対パスが指定されます。

リターン値

'0' (常時)

サンプル コード

VBScript

dim object
Set object = document.editForm
MsgBox object.wec.GetDocumentPath

参照

GetDocumentSize