ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearColorBook Interface / KeyColorPage Property




In This Topic
    KeyColorPage Property (IImGearColorBook)
    In This Topic
    Gets the key color on the page.
    Syntax
    'Declaration
     
    ReadOnly Property KeyColorPage As Integer
    'Usage
     
    Dim instance As IImGearColorBook
    Dim value As Integer
     
    value = instance.KeyColorPage
    int KeyColorPage {get;}
    __property int get_KeyColorPage();
    property int KeyColorPage {
       int get();
    }

    Property Value

    Integer value.
    See Also