Discuss this help topic in SecureBlackbox Forum
This topic is under developmentā¦
Declaration
[C#]
int ExternalOPIDicts;
[VB.NET]
Property ExternalOPIDicts As Integer
[Pascal]
property ExternalOPIDicts : integer;
[C++]
int32_t get_ExternalOPIDicts();
void set_ExternalOPIDicts(int32_t Value);
[PHP]
integer get_ExternalOPIDicts()
void set_ExternalOPIDicts(integer $Value)
[Java]
int getExternalOPIDicts();
void setExternalOPIDicts(int Value);
Description
Use this property to specify the number of OPI dictionaries in the document.
Discuss this help topic in SecureBlackbox Forum