Leadtools.Dicom.Services

ThumbnailFormat Property

Show in webframe



Gets or sets the server available thumbnail image format.
Syntax
'Declaration
 
Public Property ThumbnailFormat As ImageFormat
'Usage
 
Dim instance As SOPInstancePreCompressedFormat
Dim value As ImageFormat
 
instance.ThumbnailFormat = value
 
value = instance.ThumbnailFormat
public ImageFormat ThumbnailFormat {get; set;}
public:
property ImageFormat^ ThumbnailFormat {
   ImageFormat^ get();
   void set (    ImageFormat^ value);
}

Property Value

An ImageFormat object which contains the available thumbnails's compression information.
Remarks

The thumbnail format is the format selected by the administrator when storing the thumbnails.

Requirements

Target Platforms

See Also

Reference

SOPInstancePreCompressedFormat Class
SOPInstancePreCompressedFormat Members

 

 


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