C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the degree of loss in the compression process for a text area.
public int TextQualityFactor {get; set;}
Public Property TextQualityFactor As Integer
public int TextQualityFactor {get; set;}
@property (nonatomic, assign) NSUInteger textQualityFactor
public int getTextQualityFactor()
public void setTextQualityFactor(int qualityFactor)
<br/>get_TextQualityFactor();<br/>set_TextQualityFactor(value);<br/>Object.defineProperty('TextQualityFactor');
An integer value that determines the degree of the loss in the compression process for a text area. The value of 0 means lossless while any other value means lossy. The default value is 0.
For an example, refer to CodecsJbig2SaveOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET