Compression Property

Summary

Gets or sets the compression type to use when inserting the image.

Syntax
C#
VB
C++
public DicomImageCompressionType Compression { get; set; } 
Public Property Compression As DicomImageCompressionType 
public: 
property DicomImageCompressionType Compression { 
   DicomImageCompressionType get(); 
   void set (    DicomImageCompressionType ); 
} 

Property Value

The type of compression to use.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly