←Select platform

HasNoPalette Property

Summary

Determines if the image has no palette.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool HasNoPalette {get;} 
Public ReadOnly Property HasNoPalette As Boolean 
public bool HasNoPalette {get;} 
@property (nonatomic, assign, readonly) BOOL hasNoPalette 
public boolean hasNoPalette() 
 get_HasNoPalette();  
public: 
property bool HasNoPalette { 
   bool get(); 
} 

Property Value

true if the image is saved without a palette, false if the image is saved with a palette.

Example

For an example, refer to CodecsImageInfo.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly