←Select platform

GrayOutput Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public bool GrayOutput { get; set; } 
Public Property GrayOutput As Boolean 
@property (nonatomic, assign) BOOL grayOutput 
public boolean getGrayOutput() 
public void setGrayOutput(boolean value) 
public: 
property bool GrayOutput { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to force the output TIFF or PNG file to be saved as grayscale, without a palette

Example

For an example, refer to CodecsOptions.

Requirements

Target Platforms

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

Leadtools.Codecs Assembly