Accusoft.ImagXpress13.Net
FavorSpeed Property




Gets or sets a value indicating whether to favor speed when compressing and subsequently decompressing an image or to favor the quality and size of the compressed image.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property FavorSpeed As Boolean
'Usage
 
Dim instance As SaveOptionsJp2
Dim value As Boolean
 
instance.FavorSpeed = value
 
value = instance.FavorSpeed
[DefaultValue()]
public bool FavorSpeed {get; set;}
[DefaultValue()]
public: __property bool get_FavorSpeed();
public: __property void set_FavorSpeed( 
   bool value
);
[DefaultValue()]
public:
property bool FavorSpeed {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to save the image favoring the speed of compression and decompression. Otherwise, false should be used to favor quality and the size of the compressed image.
Remarks

The default value is false.

Setting this value to true can have as much as a 10% to 40% speed improvement in the compression and decompression of images. Note: that when this flag is set, lossless encoded files may become slightly larger and lossy rate-controlled encoded files may decode to slightly lower quality.

See Also

Reference

SaveOptionsJp2 Class
SaveOptionsJp2 Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback