ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearColorBookSettings Class / CheckForSpotColors Method
Reference to page to check.
Example




In This Topic
    CheckForSpotColors Method
    In This Topic
    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