JBIG2PMSThreshold Property (GdPictureDocumentConverter)
In This Topic
Specifies the threshold value for the JBIG2 encoder pattern matching and substitution between 0 and 1. Any number lower than 1 may lead to lossy compression.
Default value is 0.75.
Syntax
'Declaration
Public Property JBIG2PMSThreshold As Single
public float JBIG2PMSThreshold {get; set;}
public read-write property JBIG2PMSThreshold: Single;
public function get,set JBIG2PMSThreshold : float
public: __property float get_JBIG2PMSThreshold();
public: __property void set_JBIG2PMSThreshold(
float value
);
public:
property float JBIG2PMSThreshold {
float get();
void set ( float value);
}
See Also