LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

ImagesAttributes Property

Show in webframe



Gets or sets the images compression options.
Syntax
'Declaration
 
Public Property ImagesAttributes As ImageFormat
'Usage
 
Dim instance As MedicalWebViewerLoader
Dim value As ImageFormat
 
instance.ImagesAttributes = value
 
value = instance.ImagesAttributes
public ImageFormat ImagesAttributes {get; set;}
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.