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




page
Reference to page to check.

Glossary Item Box

Checks the specified page for spot colors. If any are present but unknown a ImGearSpotColorsMissingBox dialg is shown.

Syntax

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

Parameters

page
Reference to page to check.

Example

C#Copy Code
ImGearColorBookSettings.CheckForSpotColors(igPageView.Page);
Visual BasicCopy Code
ImGearColorBookSettings.CheckForSpotColors(igPageView.Page)

See Also

©2013. Accusoft Corporation. All Rights Reserved.