←Select platform

NoPalette Property

Summary

Enables or disables saving a TIFF file as grayscale, without a palette.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool NoPalette {get; set;} 
Public Property NoPalette As Boolean 
public bool NoPalette {get; set;} 
@property (nonatomic, assign) BOOL noPalette 
public boolean getNoPalette() 
public void setNoPalette(boolean value) 
             
  
get_NoPalette(); 
set_NoPalette(value); 
Object.defineProperty('NoPalette');  
public: 
property bool NoPalette { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to save a TIFF file as grayscale, without a palette.

Example

For an example, refer to CodecsTiffOptions.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize