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

EnablePreCompressesImage Property






Gets or sets if the server should store a Pre-compressed image when storing a DICOM object.
Syntax
[DataMemberAttribute()]
public bool EnablePreCompressesImage {get; set;}
'Declaration
 
<DataMemberAttribute()>
Public Property EnablePreCompressesImage As Boolean
'Usage
 
Dim instance As StorageOptions
Dim value As Boolean
 
instance.EnablePreCompressesImage = value
 
value = instance.EnablePreCompressesImage
[DataMemberAttribute()]
public bool EnablePreCompressesImage {get; set;}
DataMemberAttribute()
 get_EnablePreCompressesImage();
set_EnablePreCompressesImage(value);
[DataMemberAttribute()]
public:
property bool EnablePreCompressesImage {
   bool get();
   void set (    bool value);
}

Property Value

true to store Pre-compressed version of the image in the stored DICOM object; otherwise false.
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.