Gets or sets the the value spcifying whether or not to allow lossy compression.
[TypeConverterAttribute("Leadtools.Dicom.Common.Editing.Converters.EnumValueConverter`1[[Leadtools.Dicom.Common.DataTypes.YesNo, Leadtools.Dicom.Common, Version=18.0.0.0, Culture=neutral, PublicKeyToken=3b25a5de27f81977]], Leadtools.Dicom.Common, Version=18.0.0.0, Culture=neutral, PublicKeyToken=3b25a5de27f81977")]
[ElementAttribute()]
public Nullable<YesNo> AllowLossyCompression {get; set;}
'Declaration
<TypeConverterAttribute("Leadtools.Dicom.Common.Editing.Converters.EnumValueConverter`1[[Leadtools.Dicom.Common.DataTypes.YesNo, Leadtools.Dicom.Common, Version=18.0.0.0, Culture=neutral, PublicKeyToken=3b25a5de27f81977]], Leadtools.Dicom.Common, Version=18.0.0.0, Culture=neutral, PublicKeyToken=3b25a5de27f81977")>
<ElementAttribute()>
Public Property AllowLossyCompression As Nullable(Of YesNo)
'Usage
Dim instance As MediaCreationManagement
Dim value As Nullable(Of YesNo)
instance.AllowLossyCompression = value
value = instance.AllowLossyCompression
[TypeConverterAttribute("Leadtools.Dicom.Common.Editing.Converters.EnumValueConverter`1[[Leadtools.Dicom.Common.DataTypes.YesNo, Leadtools.Dicom.Common, Version=18.0.0.0, Culture=neutral, PublicKeyToken=3b25a5de27f81977]], Leadtools.Dicom.Common, Version=18.0.0.0, Culture=neutral, PublicKeyToken=3b25a5de27f81977")]
[ElementAttribute()]
public:
property Nullable<YesNo> AllowLossyCompression {
Nullable<YesNo> get();
void set ( Nullable<YesNo> value);
}
Property Value
Yes to allow lossy compression, no otherwise.