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

Show in webframe

EnablePreCompressesImage Property






Gets or sets if the server should store a Pre-compressed image when storing a DICOM object.
Syntax
public bool EnablePreCompressesImage {get; set;}
'Declaration
 
Public Property EnablePreCompressesImage As Boolean
'Usage
 
Dim instance As StorageOptions
Dim value As Boolean
 
instance.EnablePreCompressesImage = value
 
value = instance.EnablePreCompressesImage

            

            
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

See Also

Reference

StorageOptions Class
StorageOptions Members

Error processing SSI file