←Select platform

UseColorTransform Property

Summary

Gets or sets the flags that indicates whether to convert an RGB image to YUV space before compressing

Syntax

C#
VB
WinRT C#
C++
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); 
} 

Property Value

true to convert to YUV space before compressing. (Default), setting this value to false will not convert to YUV space before compressing.

Example

For an example, refer to Jpeg2000Options.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly