Accusoft.TwainProSdk Namespace > SaveOptionsPdf Class : LoosenessCompression Property |
'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); }
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.