In This Topic
T1 threshold value for JpegLS compression
Syntax
'Declaration
Public Property T1 As System.Integer
'Usage
Dim instance As JpegLSCompressionOptions
Dim value As System.Integer
instance.T1 = value
value = instance.T1
public System.int T1 {get; set;}
public read-write property T1: System.Integer;
public function get,set T1 : System.int
public: __property System.int get_T1();
public: __property void set_T1(
System.int value
);
public:
property System.int T1 {
System.int get();
void set ( System.int value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also