Modify Method of the ImageDocument Object
This method modifies the current ImageDocument. All modifications defined by the ImageModification object are possible.
Important! All blocks must be removed from page layout before this method call. Call the ILayoutBlocks::DeleteAll method for the ILayout::Blocks and ILayout::BlackSeparators collections of the corresponding layout.
Syntax
HRESULT Modify( IImageModification* Modification );
Parameters
- Modification
- [in] This variable of the ImageModification type specifies the transformations that are to be performed upon the ImageDocument object.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
Remarks
All the information about the initial image will be lost after the method call.
This method applies modifications to the black-and-white, gray, and color image planes of the ImageDocument. All the other pages are deleted from the ImageDocument. They will be created upon demand.
See also
03.07.2024 8:50:25