ImageGear .NET - Updated
CheckForSpotColors Method
Example 




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearColorBookSettings Class : CheckForSpotColors Method
Reference to page to check.
Checks the specified page for spot colors. If any are present but unknown a ImGearSpotColorsMissingBox dialg is shown.
Syntax
'Declaration
 
Public Shared Sub CheckForSpotColors( _
   ByVal page As ImGearPage _
) 
'Usage
 
Dim page As ImGearPage
 
ImGearColorBookSettings.CheckForSpotColors(page)
public static void CheckForSpotColors( 
   ImGearPage page
)
public: static void CheckForSpotColors( 
   ImGearPage* page
) 
public:
static void CheckForSpotColors( 
   ImGearPage^ page
) 

Parameters

page
Reference to page to check.
Example
ImGearColorBookSettings.CheckForSpotColors(igPageView.Page);
ImGearColorBookSettings.CheckForSpotColors(igPageView.Page)
See Also

Reference

ImGearColorBookSettings Class
ImGearColorBookSettings Members
ImGearPage Class