IUIX_RangesNavigator::ClearModifiedState Method

From PDF XChange PDF SDK
Jump to: navigation, search


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