Discuss this help topic in SecureBlackbox Forum
Specifies the version of the application suite which created the digital signature.
Declaration
[C#/Java]
string OfficeVersion;
[VB.NET]
Property OfficeVersion As String
[Pascal]
property OfficeVersion : WideString;
[C++]
void get_OfficeVersion(sb_u16string &OutResult);
void get_OfficeVersion(std::wstring &OutResult);
void set_OfficeVersion(const sb_u16string &Value);
void set_OfficeVersion(const std::wstring &Value);
[PHP]
string get_OfficeVersion()
void set_OfficeVersion(string $Value)
Description
Use this property to specify the application suite that created the digital signature.
Discuss this help topic in SecureBlackbox Forum