IPXV_Document::Modified Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(6 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Document::Modified Property}}
 
{{#customTitle:IPXV_Document::Modified Property}}
{{#parentPage:PXV:IPXV_Document|Modified Property|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 ==
<pre class="brush:cpp;gutter:false">HRESULT get_Modified([out, retval]  VARIANT_BOOL*  pValue);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Modified([out, retval]  VARIANT_BOOL*  bValue);
HRESULT put_Modified([in]  VARIANT_BOOL  pValue);
+
HRESULT put_Modified([in]  VARIANT_BOOL  bValue);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXV_Document|IPXV_Document]].
+
[[PXV:IPXV_Document|IPXV_Document]]

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