Document Solutions for PDF
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcWicBitmap Class / SetPalette Method

In This Topic
    SetPalette Method
    In This Topic
    Sets the new color table for the bitmap.
    Syntax
    'Declaration
     
    Public Sub SetPalette( _
       ByVal palette As GcWicBitmap.Palette _
    ) 
    public void SetPalette( 
       GcWicBitmap.Palette palette
    )

    Parameters

    palette
    See Also