IPicture::put_KeepOriginalFormat

Sets the value of the picture’s KeepOriginalFormat property.

HRESULT put_KeepOriginalFormat(

BOOL keep

//Specifies the new value of KeepOriginalFormat

);

Parameters

keep
[in] Specifies the new value to assign to the property.

Return Values

This method supports the standard return value E_FAIL, as well as the following:

S_OK
The property was successfully changed.

See Also

IPicture::get_KeepOriginalFormat