LEADTOOLS Image File Support (Leadtools.Codecs assembly)

GrayOutput Property

Show in webframe







Enables or disables saving a TIFF or PNG file as grayscale, without a palette.
Syntax
public bool GrayOutput {get; set;}
'Declaration
 
Public Property GrayOutput As Boolean
'Usage
 
Dim instance As CodecsSaveOptions
Dim value As Boolean
 
instance.GrayOutput = value
 
value = instance.GrayOutput
public bool GrayOutput {get; set;}
@property (nonatomic, assign) BOOL grayOutput;
public boolean getGrayOutput()
public void setGrayOutput(boolean value)
            
 
get_GrayOutput();
set_GrayOutput(value);
Object.defineProperty('GrayOutput');
public:
property bool GrayOutput {
   bool get();
   void set (    bool value);
}

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

See Also

Reference

CodecsSaveOptions Class
CodecsSaveOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.