Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > RasterDefaults Class : CompressOnSerialize Property |
public static bool CompressOnSerialize {get; set;}
'Declaration
Public Shared Property CompressOnSerialize As Boolean
'Usage
Dim value As Boolean RasterDefaults.CompressOnSerialize = value value = RasterDefaults.CompressOnSerialize
public static bool CompressOnSerialize {get; set;}
<br/>get_CompressOnSerialize();<br/>set_CompressOnSerialize(value);<br/>Object.defineProperty('CompressOnSerialize');
When the value of this property is true, the framework will use lossless compression when serializing a RasterImage object. This compression is very fast with very little overhead to the serialize and de-serialize speed and it decreases the size of the compressed data dramatically result in faster overall speed.