| Visual Basic (Declaration) | |
|---|---|
Public Property SaveThumbnail As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As CStoreCommandConfiguration Dim value As Boolean instance.SaveThumbnail = value value = instance.SaveThumbnail | |
| C# | |
|---|---|
public bool SaveThumbnail {get; set;} | |
Property Value
true to save a thumbnail image with the stored DICOM file; otherwise, false.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