←Select platform

Compression Property

Summary

Gets or sets the type of compression used on the image.

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

Property Value

A DicomImageCompressionType enumeration that represents the type of compression used on the image.

Requirements

Target Platforms

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

Leadtools.Dicom Assembly