IUIX_RangesNavigator::ClearModifiedState Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(3 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_RangesNavigator::ClearModifiedState Method}}
 
{{#customTitle:IUIX_RangesNavigator::ClearModifiedState Method}}
{{#parentPage:PXV:IUIX_RangesNavigator|ClearModifiedState Method|method}}
+
{{#parentPage:PXV:IUIX_RangesNavigator#Methods|ClearModifiedState|method}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
 
The method of interface of PDF-XChange Editor SDK.
 
The method of interface of PDF-XChange Editor SDK.
 +
 +
The method clears the attribute condition '''"changed"'''. It may be called after saving intermediate results.
 +
 +
To check the condition '''"changed"''', you can use the property [[PXV:IUIX_RangesNavigator_IsModified|IsModified]].
  
 
== Syntax ==
 
== Syntax ==
Line 15: Line 18:
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_RangesNavigator|IUIX_RangesNavigator]].
+
[[PXV:IUIX_RangesNavigator|IUIX_RangesNavigator]]

Latest revision as of 05:51, 25 May 2015


The method of interface of PDF-XChange Editor SDK.

The method clears the attribute condition "changed". It may be called after saving intermediate results.

To check the condition "changed", you can use the property IsModified.

Syntax

HRESULT ClearModifiedState();

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IUIX_RangesNavigator