C#
VB
C++
Gets or sets the information required for generating a thumbnail with the stored DICOM file.
public SaveImageFormat ThumbnailFormat { get; set; }
Public Property ThumbnailFormat As Leadtools.Dicom.Scp.Command.SaveImageFormat
public:
property Leadtools.Dicom.Scp.Command.SaveImageFormat^ ThumbnailFormat {
Leadtools.Dicom.Scp.Command.SaveImageFormat^ get();
void set ( Leadtools.Dicom.Scp.Command.SaveImageFormat^ );
}
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET