IUIX_RangesNavigator::ClearModifiedState Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
(6 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_RangesNavigator::ClearModifiedState Method}} | {{#customTitle:IUIX_RangesNavigator::ClearModifiedState Method}} | ||
+ | {{#parentPage:PXV:IUIX_RangesNavigator#Methods|ClearModifiedState|method}} | ||
+ | {{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 11: | Line 18: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_RangesNavigator|IUIX_RangesNavigator]] |
Latest revision as of 04: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.