ImageGear for .NET
CheckForSpotColors Method
Example 




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

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback