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

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 ImageFormat ImagesAttributes {get; set;}
 get_ImagesAttributes();
set_ImagesAttributes(value);
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: 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

MedicalWebViewerLoader Class
MedicalWebViewerLoader Members

 

 


Products | Support | Contact Us | Copyright Notices

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