←Select platform

TextQualityFactor Property

Summary

Gets or sets the degree of loss in the compression process for a text area.

Syntax
C#
VB
Objective-C
C++
Java
public int TextQualityFactor {get; set;} 
Public Property TextQualityFactor As Integer 
@property (nonatomic, assign) NSUInteger textQualityFactor 
public int getTextQualityFactor() 
public void setTextQualityFactor(int qualityFactor) 
public: 
property int TextQualityFactor { 
   int get(); 
   void set (    int ); 
} 

Property Value

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.

Example

For an example, refer to CodecsJbig2SaveOptions.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly