Gets or sets a value that indicate whether to use compression when serializing a RasterImage object.
public static bool CompressOnSerialize { get; set; }
Public Shared Property CompressOnSerialize As Boolean
true to use compression when serializing a RasterImage object, otherwise; false. Default value is true.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET