LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

GrayOutput Property






Enables or disables saving a TIFF or PNG file as grayscale, without a palette. .NET support WinRT support Silverlight support
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;}
 get_GrayOutput();
set_GrayOutput(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsSaveOptions Class
CodecsSaveOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.