Compression Property

Summary

Gets or sets the compression to use when storing DICOM files.

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

Property Value

The compression to use during a C-STORE operation. The default compression is Native.

Example

For an example refer to Store(DicomScp, string, string, bool).

Requirements

Target Platforms

See Also

Reference

StoreScu Class

StoreScu Members

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

Leadtools.Dicom.Scu Assembly