Accusoft.TwainPro9.Net
LoosenessCompression Property




Gets and sets how loose to be when matching symbols and compressing text using either of the lossy text region encode modes.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DescriptionAttribute("Specifies how loose to be when matching symbols and compressing text using either of the lossy text region encode modes.")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DefaultValueAttribute()>
Public Property LoosenessCompression As Integer
'Usage
 
Dim instance As SaveOptionsPdf
Dim value As Integer
 
instance.LoosenessCompression = value
 
value = instance.LoosenessCompression
[Browsable(false)]
[Description("Specifies how loose to be when matching symbols and compressing text using either of the lossy text region encode modes.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[DefaultValue()]
public int LoosenessCompression {get; set;}
[Browsable(false)]
[Description("Specifies how loose to be when matching symbols and compressing text using either of the lossy text region encode modes.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[DefaultValue()]
public: __property int get_LoosenessCompression();
public: __property void set_LoosenessCompression( 
   int value
);
[Browsable(false)]
[Description("Specifies how loose to be when matching symbols and compressing text using either of the lossy text region encode modes.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[DefaultValue()]
public:
property int LoosenessCompression {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents how loose to be when matching symbols and compressing text.
Remarks

The default value is 0.

The default results in the lossless compression.

The LoosenessCompression property provides the ability to set how loose to be when matching symbols and compressing text using either of the lossy text region encoding modes. The larger the number, the greater the compression and the greater the risk of introducing errors.

Set to 50 for a reasonably small file size and low risk of error.

If set to 0, the compression is lossless.

See Also

Reference

SaveOptionsPdf Class
SaveOptionsPdf Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback