Discuss this help topic in SecureBlackbox Forum
Specifies the document's version number.
Declaration
[C#/Java]
string Version;
[VB.NET]
Property Version As String
[Pascal]
property Version : WideString;
[C++]
void get_Version(sb_u16string &OutResult);
void get_Version(std::wstring &OutResult);
void set_Version(const sb_u16string &Value);
void set_Version(const std::wstring &Value);
[PHP]
string get_Version()
void set_Version(string $Value)
Description
Use this property to specify the version number. In contrary to revision number, which is specified by the application which creates the document,
the version is set by the user.
Discuss this help topic in SecureBlackbox Forum