Discuss this help topic in SecureBlackbox Forum
Specifies the number of sound actions in the document.
Declaration
[VB.NET]
Property SoundActions As Integer
[Pascal]
property SoundActions : integer;
[C++]
int32_t get_SoundActions();
void set_SoundActions(int32_t Value);
[PHP]
integer get_SoundActions()
void set_SoundActions(integer $Value)
[Java]
int getSoundActions();
void setSoundActions(int Value);
Description
Use this property to specify the number of sound actions in the document.
Discuss this help topic in SecureBlackbox Forum