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

Show in webframe

ImagesAttributes Property






Gets or sets the images compression options.
Syntax
public ImageFormat ImagesAttributes {get; set;}
'Declaration
 
Public Property ImagesAttributes As ImageFormat
'Usage
 
Dim instance As MedicalWebViewerLoader
Dim value As ImageFormat
 
instance.ImagesAttributes = value
 
value = instance.ImagesAttributes

            

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

Property Value

The ImageFormat specify the compression options for the DICOM images streamed from the WCf service.
Remarks

This field is used only when Compression is set to StreamingCompression.User.

Requirements

Target Platforms

See Also

Reference

MedicalWebViewerLoader Class
MedicalWebViewerLoader Members

Error processing SSI file