Discuss this help topic in SecureBlackbox Forum
This property specifies, whether to use points compression.
Declaration
[C#]
bool CompressPoints;
[VB.NET]
Property CompressPoints As Boolean
[Pascal]
property CompressPoints : boolean;
[C++]
bool get_CompressPoints();
void set_CompressPoints(bool Value);
[PHP]
bool get_CompressPoints()
void set_CompressPoints(bool $Value)
[Java]
boolean getCompressPoints();
void setCompressPoints(boolean Value);
Description
Set this property to
True to use points compression.
Discuss this help topic in SecureBlackbox Forum