Leadtools.Dicom.Services
LEAD Technologies, Inc

LossyFormat Property






Gets or sets the server available lossy compression format.
Syntax
public ImageFormat LossyFormat {get; set;}
'Declaration
 
Public Property LossyFormat As ImageFormat
'Usage
 
Dim instance As SOPInstancePreCompressedFormat
Dim value As ImageFormat
 
instance.LossyFormat = value
 
value = instance.LossyFormat
public ImageFormat LossyFormat {get; set;}
 get_LossyFormat();
set_LossyFormat(value);
public:
property ImageFormat^ LossyFormat {
   ImageFormat^ get();
   void set (    ImageFormat^ value);
}

Property Value

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

The lossy format is the format selected by the administrator when storing the images.for lossless 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

SOPInstancePreCompressedFormat Class
SOPInstancePreCompressedFormat Members

 

 


Products | Support | Contact Us | Copyright Notices

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