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

Show in webframe

LosslessFormat Property






Gets or sets the server available lossless compression format.
Syntax
public ImageFormat LosslessFormat {get; set;}
'Declaration
 
Public Property LosslessFormat As ImageFormat
'Usage
 
Dim instance As SOPInstancePreCompressedFormat
Dim value As ImageFormat
 
instance.LosslessFormat = value
 
value = instance.LosslessFormat

            

            
public:
property ImageFormat^ LosslessFormat {
   ImageFormat^ get();
   void set (    ImageFormat^ value);
}

Property Value

An ImageFormat object which contains the available image's compression information for the lossless format.
Remarks

The lossless format is the format selected by the administrator when storing the images.for lossless compression.

Requirements

Target Platforms

See Also

Reference

SOPInstancePreCompressedFormat Class
SOPInstancePreCompressedFormat Members

Error processing SSI file