IPXV_Document::Modified Property

From PDF XChange PDF SDK
Revision as of 23:16, 9 May 2016 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Property Modified of interface IPXV_Document returns/sets Value of VARIANT_BOOL representing whether the document was modified.

Syntax

HRESULT get_Modified([out, retval]  VARIANT_BOOL*  bValue);
HRESULT put_Modified([in]  VARIANT_BOOL  bValue);

See Also

IPXV_Document