Gets the palette used by this page.
public byte[] GetPalette() Function GetPalette() As Byte() byte[] GetPalette() @property (nonatomic, strong, readonly, nullable) NSArray<LTRasterColor *> *palette public Byte[] getPalette() function Leadtools.Forms.Ocr.IOcrPage.GetPalette() array<byte>^ GetPalette(); An array of bytes that contain the palette used by this page or a null (Nothing in VB) if the page does not contain a palette.
The page contains a palette if the value of BitsPerPixel is less than or equal to 8.
The palette returned from this method is an array of bytes in the following format: Red0, Green0, Blue0, Red1, Green1, Blue1 ... RedN, GreenN, BlueN.
For an example, refer to IOcrPage.
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
