Visual Basic (Declaration) | |
---|---|
Public Property UseColorTransform As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsJpeg2000SaveOptions Dim value As Boolean instance.UseColorTransform = value value = instance.UseColorTransform |
C# | |
---|---|
public bool UseColorTransform {get; set;} |
Property Value
true to convert to YUV space before compressing; false to not convert to YUV space before compressing.For an example, refer to CodecsJpeg2000Options.
YUV space provides greater compression with higher image quality.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)