Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

Show in webframe

LossyCompressionMimeType Property






Gets or sets the lossy compression type.
Syntax
public string LossyCompressionMimeType {get; set;}
'Declaration
 
Public Property LossyCompressionMimeType As String
'Usage
 
Dim instance As StorageOptions
Dim value As String
 
instance.LossyCompressionMimeType = value
 
value = instance.LossyCompressionMimeType

            

            
public:
property String^ LossyCompressionMimeType {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.String value representing the mime type for the lossy compression.
Remarks

Check the SupportedImageFormat class for supported file formats and compression.

Requirements

Target Platforms

See Also

Reference

StorageOptions Class
StorageOptions Members

Error processing SSI file