C#
VB
Java
Objective-C
WinRT C#
C++
Gets the custom palette to use when converting the image.
public RasterColor[] GetPalette()
Public Function GetPalette() As Leadtools.RasterColor()
public [Leadtools.RasterColor[]](rastercolor.md) GetPalette()
@property (nonatomic, copy, nullable) NSArray<LTRasterColor *> *palette
public RasterColor[] getPalette()
function Leadtools.ImageProcessing.ColorResolutionCommand.GetPalette()
public:
Leadtools.array<RasterColor>^ GetPalette();
The custom palette to use when converting the image.
Use the SetPalette method to set the palette to use.
The custom palette to use. Specify this parameter as follows:
For an example, refer to ColorResolutionCommand
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET