Leadtools.Dicom.Services

EnablePreGeneratedThumbnail Property

Show in webframe



Gets or sets if the server should store a Pre-generated thumbnail when storing a DICOM object.
Syntax
'Declaration
 
Public Property EnablePreGeneratedThumbnail As Boolean
'Usage
 
Dim instance As StorageOptions
Dim value As Boolean
 
instance.EnablePreGeneratedThumbnail = value
 
value = instance.EnablePreGeneratedThumbnail
public bool EnablePreGeneratedThumbnail {get; set;}
public:
property bool EnablePreGeneratedThumbnail {
   bool get();
   void set (    bool value);
}

Property Value

true to store Pre-generated thumbnail of the image in the stored DICOM object; otherwise false.
Requirements

Target Platforms

See Also

Reference

StorageOptions Class
StorageOptions Members

 

 


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