Discuss this help topic in SecureBlackbox Forum
Specifies minimum PKZip specification version needed to extract file.
Declaration
[C#]
uint VersionToExtract;
[VB.NET]
Property VersionToExtract As UInt32
[Pascal]
property VersionToExtract : cardinal;
[C++]
uint32_t get_VersionToExtract();
void set_VersionToExtract(uint32_t Value);
[PHP]
integer get_VersionToExtract()
void set_VersionToExtract(integer $Value)
[Java]
int getVersionToExtract();
void setVersionToExtract(int Value);
Description
Use this property to get or set minimum PKZip specification version needed to extract file
Discuss this help topic in SecureBlackbox Forum