Leadtools.Dicom.Services Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
ThumbnailWidth Property
See Also 
Leadtools.Dicom.Services.DataTypes Namespace > StorageOptions Class : ThumbnailWidth Property



Gets or sets the Pre-generated thumbnail Width.

Syntax

Visual Basic (Declaration) 
Public Property ThumbnailWidth As Integer
Visual Basic (Usage)Copy Code
Dim instance As StorageOptions
Dim value As Integer
 
instance.ThumbnailWidth = value
 
value = instance.ThumbnailWidth
C# 
public int ThumbnailWidth {get; set;}
C++/CLI 
public:
property int ThumbnailWidth {
   int get();
   void set (    int value);
}

Property Value

An System.Int32 value for the thumbnail Width.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also