AllowLossyCompression Property

Summary
Gets or sets the value specifying whether or not to allow lossy compression.
Syntax
C#
VB
C++
[Element(DicomTag.AllowLossyCompression)] 
public Nullable<YesNo> AllowLossyCompression { get; set; } 
<ElementAttribute()> 
<TypeConverterAttribute("Leadtools.Dicom.Common.Editing.Converters.EnumValueConverter`1[[Leadtools.Dicom.Common.DataTypes.YesNo, Leadtools.Dicom.Common, Version=19.0.0.0, Culture=neutral, PublicKeyToken=3b25a5de27f81977]], Leadtools.Dicom.Common, Version=19.0.0.0, Culture=neutral, PublicKeyToken=3b25a5de27f81977")> 
Public Property AllowLossyCompression As Nullable(Of YesNo) 
[ElementAttribute()] 
[TypeConverterAttribute("Leadtools.Dicom.Common.Editing.Converters.EnumValueConverter`1[[Leadtools.Dicom.Common.DataTypes.YesNo, Leadtools.Dicom.Common, Version=19.0.0.0, Culture=neutral, PublicKeyToken=3b25a5de27f81977]], Leadtools.Dicom.Common, Version=19.0.0.0, Culture=neutral, PublicKeyToken=3b25a5de27f81977")] 
public: 
property Nullable<YesNo> AllowLossyCompression { 
   Nullable<YesNo> get(); 
   void set (    Nullable<YesNo> ); 
} 

Property Value

Yes to allow lossy compression; otherwise, no.

Remarks

If allow lossy compression is allow but the requested profile does not permit it, the SCP shall not perform lossy compression. The level lossy compression is at the SCP descretion.

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.