VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / Jpeg2000EncoderSettings Class / CompressionType Property
Syntax Requirements SeeAlso
In This Topic
CompressionType Property (Jpeg2000EncoderSettings)
In This Topic
Gets or sets the compression type, determining whether compression will be lossy or lossless.
Syntax
'Declaration

<DefaultValueAttribute(Lossless)>
<DescriptionAttribute("The compression type, determining whether compression will be lossy or lossless.")>
Public Property CompressionType As Vintasoft.Imaging.Codecs.ImageFiles.Jpeg2000.Jpeg2000CompressionType

[DefaultValue(Lossless)]
[Description("The compression type, determining whether compression will be lossy or lossless.")]
public Vintasoft.Imaging.Codecs.ImageFiles.Jpeg2000.Jpeg2000CompressionType CompressionType { get; set; }

Property Value

Default value is Jpeg2000CompressionType.Lossless.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also