←Select platform

GrayOutput Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool GrayOutput { get; set; } 
Public Property GrayOutput As Boolean 
public bool GrayOutput {get; set;} 
@property (nonatomic, assign) BOOL grayOutput 
public boolean getGrayOutput() 
public void setGrayOutput(boolean value) 
             
 <br/>get_GrayOutput();<br/>set_GrayOutput(value);<br/>Object.defineProperty('GrayOutput');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly