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

The following tables list the members exposed by StorageOptions.

Public Constructors

 NameDescription
public Constructor StorageOptions ConstructorInitializes a new instance from the Leadtools.Dicom.Services.DataTypes.StorageOptions class.  
Top

Public Properties

 NameDescription
public Property EnablePreCompressesImage Gets or sets if the server should store a Pre-compressed image when storing a DICOM object.  
public Property EnablePreGeneratedThumbnail Gets or sets if the server should store a Pre-generated thumbnail when storing a DICOM object.  
public Property LosslessCompressionMimeType Gets or sets the lossless compression type.  
public Property LossyCompressionMimeType Gets or sets the lossy compression type.  
public Property LossyCompressionQFactor Gets or sets the Quality Factor for the lossy compression.  
public Property ThumbnailHeight Gets or sets the Pre-generated thumbnail Height.  
public Property ThumbnailWidth Gets or sets the Pre-generated thumbnail Width.  
Top

See Also