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

Show in webframe

ThumbnailHeight Property






Gets or sets the Pre-generated thumbnail Height.
Syntax
public int ThumbnailHeight {get; set;}
'Declaration
 
Public Property ThumbnailHeight As Integer
'Usage
 
Dim instance As StorageOptions
Dim value As Integer
 
instance.ThumbnailHeight = value
 
value = instance.ThumbnailHeight

            

            
public:
property int ThumbnailHeight {
   int get();
   void set (    int value);
}

Property Value

An System.Int32 value for the thumbnail Height.
Requirements

Target Platforms

See Also

Reference

StorageOptions Class
StorageOptions Members

Error processing SSI file