| Visual Basic (Declaration) | |
|---|---|
Public Property ThumbnailFormat As SaveImageFormat | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As CStoreCommandConfiguration Dim value As SaveImageFormat instance.ThumbnailFormat = value value = instance.ThumbnailFormat | |
| C# | |
|---|---|
public SaveImageFormat ThumbnailFormat {get; set;} | |
| C++/CLI | |
|---|---|
public: property SaveImageFormat^ ThumbnailFormat { SaveImageFormat^ get(); void set ( SaveImageFormat^ value); } | |
Property Value
The information required for generating a thumbnail with the stored DICOM file.A thumbnail image will be generated only if the SaveThumbnail property is set to true.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code