public bool UseColorTransform {get; set;}
'Declaration
Public Property UseColorTransform As Boolean
'Usage
Dim instance As DicomJpeg2000Options
Dim value As Boolean
instance.UseColorTransform = value
value = instance.UseColorTransform
public bool UseColorTransform {get; set;}
get_UseColorTransform();
set_UseColorTransform(value);
Object.defineProperty('UseColorTransform');
public:
property bool UseColorTransform {
bool get();
void set ( bool value);
}
Property Value
true to convert to YUV space before compressing. (Default), setting this value to false will not convert to YUV space before compressing.