ApplyImageEnhancementProfile Method of the Document Object
This method applies specified image enhancement profile to the page of the document.
Note: During the image enhancement one page can be split into several separate pages .
Visual Basic .NET
Sub ApplyImageEnhancementProfile( _ Page As Page, _ Profile As ImageEnhancementProfile _ )
C++
HRESULT ApplyImageEnhancementProfile( IPage* Page, IImageEnhancementProfile*Profile );
Parameters
- Page
- [in] This parameter refers to the Page object that represents the page of the document to which the image enhancement profile should be applied.
- Profile
- [in] A pointer to the ImageEnhancementProfile object which stores the image enhancement profile that should be applied.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
15.08.2023 13:19:30