ImageGear for .NET
CheckColorMismatch Method
See Also  Example Send Feedback
ImageGear21.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearColorProfileSettings Class : CheckColorMismatch Method




page
ImGearPage object to check for color mismatch.

Glossary Item Box

Checks if the image is of non-RGB color format or it has an embedded color profile and generates a message box when it is recommended to enable ICC support.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

page
ImGearPage object to check for color mismatch.

Example

C#Copy Code
ImGearColorProfileSettings.CheckColorMismatch(igPageView.Page);
Visual BasicCopy Code
ImGearColorProfileSettings.CheckColorMismatch(igPageView.Page)

See Also

©2013. Accusoft Corporation. All Rights Reserved.