←Select platform

EnablePreCompressesImage Property

Summary

Gets or sets if the server should store a Pre-compressed image when storing a DICOM object.

Syntax

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

Property Value

true to store Pre-compressed version of the image in the stored DICOM object; 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.Web Assembly