←Select platform

LosslessCompressionMimeType Property

Summary

Gets or sets the lossless compression type.

Syntax

C#
VB
C++
[DataMemberAttribute()] 
public string LosslessCompressionMimeType { get; set; } 
  
Public Property LosslessCompressionMimeType As String 
public: 
property String^ LosslessCompressionMimeType { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A System.String value representing the mime type for the lossless compression.

Remarks

Check the SupportedImageFormat class for supported file formats and compression.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Web Assembly