Executes image processing preview dialog.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public bool DoImageProcessingPreviews( IEImage..::..ImProcPages pages )
Public Function DoImageProcessingPreviews ( _ pages As IEImage..::..ImProcPages _ ) As Boolean
public: bool DoImageProcessingPreviews( IEImage..::..ImProcPages pages )
Parameters
- pages
- IEImage..::..ImProcPages
the set of the image processing pages to show in the dialog
Return Value
Returns true if user presses OK.Examples
CopyC#
Image.DoImageProcessingPreviews(IEImage.ImProcPages.Contrast | IEImage.ImProcPages.Rotate);