ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorBook Class / ImGearColorBook Constructor / ImGearColorBook Constructor(ImGearSpotColorVendorID,String,String,String,String,String,Int32,Int32,ImGearColorSpaceIDs)
Color book vendor ID.
Color book file name.
Color book title.
Color book prefix.
Color book postfix.
Color book description.
Number of colors in color book.
Number of colors per page in color book.
Color type.




In This Topic
    ImGearColorBook Constructor(ImGearSpotColorVendorID,String,String,String,String,String,Int32,Int32,ImGearColorSpaceIDs)
    In This Topic
    Initializes a new instance of the ImGearColorBook class with specified parameters.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal vendorId As ImGearSpotColorVendorID, _
       ByVal fileName As String, _
       ByVal title As String, _
       ByVal prefix As String, _
       ByVal postfix As String, _
       ByVal description As String, _
       ByVal numberOfColors As Integer, _
       ByVal colorsPerPage As Integer, _
       ByVal colorType As ImGearColorSpaceIDs _
    )
    'Usage
     
    Dim vendorId As ImGearSpotColorVendorID
    Dim fileName As String
    Dim title As String
    Dim prefix As String
    Dim postfix As String
    Dim description As String
    Dim numberOfColors As Integer
    Dim colorsPerPage As Integer
    Dim colorType As ImGearColorSpaceIDs
     
    Dim instance As New ImGearColorBook(vendorId, fileName, title, prefix, postfix, description, numberOfColors, colorsPerPage, colorType)
    public ImGearColorBook( 
       ImGearSpotColorVendorID vendorId,
       string fileName,
       string title,
       string prefix,
       string postfix,
       string description,
       int numberOfColors,
       int colorsPerPage,
       ImGearColorSpaceIDs colorType
    )

    Parameters

    vendorId
    Color book vendor ID.
    fileName
    Color book file name.
    title
    Color book title.
    prefix
    Color book prefix.
    postfix
    Color book postfix.
    description
    Color book description.
    numberOfColors
    Number of colors in color book.
    colorsPerPage
    Number of colors per page in color book.
    colorType
    Color type.
    Example
    See Also