VintaSoft Imaging .NET SDK 12.4: 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; }
    
    
    [DefaultValue(Lossless)]
    [Description("The compression type, determining whether compression will be lossy or lossless.")]
    public: __property Vintasoft.Imaging.Codecs.ImageFiles.Jpeg2000.Jpeg2000CompressionType get_CompressionType();
    public: __property void set_CompressionType(
    Vintasoft.Imaging.Codecs.ImageFiles.Jpeg2000.Jpeg2000CompressionType value
    );

    Property Value

    Default value is Jpeg2000CompressionType.Lossless.
    Requirements

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

    See Also