In This Topic
Whether lossy compression is to be used.
Syntax
'Declaration
Public Property Lossy As System.Boolean
'Usage
Dim instance As Jpeg2000CompressionOptions
Dim value As System.Boolean
instance.Lossy = value
value = instance.Lossy
public System.bool Lossy {get; set;}
public read-write property Lossy: System.Boolean;
public function get,set Lossy : System.boolean
public: __property System.bool get_Lossy();
public: __property void set_Lossy(
System.bool value
);
public:
property System.bool Lossy {
System.bool get();
void set ( System.bool value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also