IUIX_RangesNavigator::ClearModifiedState Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IUIX_RangesNavigator::ClearModifiedState Method}} | {{#customTitle:IUIX_RangesNavigator::ClearModifiedState Method}} | ||
{{#parentPage:PXV:IUIX_RangesNavigator#Methods|ClearModifiedState|method}} | {{#parentPage:PXV:IUIX_RangesNavigator#Methods|ClearModifiedState|method}} | ||
− | |||
{{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 == |
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.