←Select platform

TextQualityFactor Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly