←Select platform

GetPalette Method

Summary

Gets the palette used by this page.

Syntax
C#
VB
Objective-C
C++
Java
public byte[] GetPalette() 
Function GetPalette() As Byte() 
@property (nonatomic, strong, readonly, nullable) NSArray<LTRasterColor *> *palette 
public Byte[] getPalette() 
array<byte>^ GetPalette();  

Return Value

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.

Remarks

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.

Example

For an example, refer to IOcrPage.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly