IPXC_DocSrcInfo::IsDirty Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
Line 3: Line 3:
 
{{#customTitle:IPXC_DocSrcInfo::IsDirty Property}}
 
{{#customTitle:IPXC_DocSrcInfo::IsDirty Property}}
 
{{#parentPage:PXV:IPXC_DocSrcInfo#Properties|IsDirty|property}}
 
{{#parentPage:PXV:IPXC_DocSrcInfo#Properties|IsDirty|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''IsDirty''' of interface [[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]] returns  Value of VARIANT_BOOL ...
+
Property '''IsDirty''' of interface [[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]] returns  Value of VARIANT_BOOL that indicates whether the document was modified at least once (even if the operations were redone this indicator will still be true).
  
 
== Syntax ==
 
== Syntax ==

Latest revision as of 03:21, 16 March 2016


Property IsDirty of interface IPXC_DocSrcInfo returns Value of VARIANT_BOOL that indicates whether the document was modified at least once (even if the operations were redone this indicator will still be true).

Syntax

HRESULT get_IsDirty([out, retval]  VARIANT_BOOL*  pVal);

See Also

IPXC_DocSrcInfo