C#
VB
WinRT C#
C++
Gets or sets the flags that indicates whether to convert an RGB image to YUV space before compressing
public bool UseColorTransform { get; set; }
Public Property UseColorTransform As Boolean
public bool UseColorTransform {get; set;}
<br/>get_UseColorTransform();<br/>set_UseColorTransform(value);<br/>Object.defineProperty('UseColorTransform');
public:
property bool UseColorTransform {
bool get();
void set ( bool value);
}
true to convert to YUV space before compressing. (Default), setting this value to false will not convert to YUV space before compressing.
For an example, refer to Jpeg2000Options.
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