IPXV_Document::Modified Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IPXV_Document::Modified Property}}
 
{{#customTitle:IPXV_Document::Modified Property}}
 
{{#parentPage:PXV:IPXV_Document#Properties|Modified|property}}
 
{{#parentPage:PXV:IPXV_Document#Properties|Modified|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Modified''' of interface [[PXV:IPXV_Document|IPXV_Document]] returns/sets  Value of VARIANT_BOOL ...
+
Property '''Modified''' of interface [[PXV:IPXV_Document|IPXV_Document]] returns/sets  Value of VARIANT_BOOL representing whether the document was modified.
  
 
== Syntax ==
 
== Syntax ==

Latest revision as of 23:16, 9 May 2016


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