←Select platform

SaveThumbnail Property

Summary

Gets or sets a value indicating whether a thumbnail image should be stored with the DICOM file.

Syntax

C#
VB
C++
public bool SaveThumbnail { get; set; } 
  
Public Property SaveThumbnail As Boolean 
public: 
property bool SaveThumbnail { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to save a thumbnail image with the stored DICOM file; otherwise, false.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly