C#
VB
Java
Objective-C
WinRT C#
C++
Enables or disables saving a TIFF or PNG file as grayscale, without a palette.
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');
true to force the output TIFF or PNG file to be saved as grayscale, without a palette
For an example, refer to CodecsOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET