Prod.: Engine, ver.: 6017, ID: 60001161, Wish : Save compressed vdcl files with size bigger than 4GBytes

Wish : Save compressed vdcl files with size bigger than 4GBytes

Article60001161
TypeWish
ProductEngine
Version6017
Date Added6/2/2010
FixedYes [6/2/2010]
Submitted byAdam White
Keywords

Subject

Save compressed vdcl files with size bigger than 4GBytes

Summary

Save compressed vdcl files with size bigger than 4GBytes

Solution

A new property CompressionMethod of VectorDraw.Professional.vdObjects.vdFileProperties.Compression was added in vbdFileProperties

Get/Set the method used to save compressed data.

It gets the following values:

VectorDraw.Professional.vdObjects.vdFileProperties.Compression.DefaultCompression  (The data saved with the default compression.This is the default value.)

and

VectorDraw.Professional.vdObjects.vdFileProperties.Compression.BigDocumentSizeCompression (The data saved using copression that supports large size of data biger than 4GBytes)

 Example:

vdDocument.FileProperties.CompressionMethod  = VectorDraw.Professional.vdObjects.vdFileProperties.Compression.BigDocumentSizeCompression ;

The value of CompressionMethod is static and keeps the same value for all documents in application thread.