←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
C++
public bool UseColorTransform { get; set; } 
Public Property UseColorTransform As Boolean 
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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.