Discuss this help topic in SecureBlackbox Forum
Gets the name of the document type.
Declaration
[VB.NET]
Property Name As String
[Pascal]
property Name: WideString;
[C++]
void get_Name(sb_u16string &OutResult);
void get_Name(std::wstring &OutResult);
Description
Use this property to get the name of the document type.
Discuss this help topic in SecureBlackbox Forum