LEADTOOLS Medical (Leadtools.Dicom.Web assembly)
LEAD Technologies, Inc

LossyCompressionMimeType Property






Gets or sets the lossy compression type.
Syntax
[DataMemberAttribute()]
public string LossyCompressionMimeType {get; set;}
'Declaration
 
<DataMemberAttribute()>
Public Property LossyCompressionMimeType As String
'Usage
 
Dim instance As StorageOptions
Dim value As String
 
instance.LossyCompressionMimeType = value
 
value = instance.LossyCompressionMimeType
[DataMemberAttribute()]
public string LossyCompressionMimeType {get; set;}
DataMemberAttribute()
 get_LossyCompressionMimeType();
set_LossyCompressionMimeType(value);
[DataMemberAttribute()]
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StorageOptions Class
StorageOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.