Discuss this help topic in SecureBlackbox Forum
Specifies the number of sound actions in the document.
Declaration
[C#/Java]
int SoundActions;
[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)
Description
Use this property to specify the number of sound actions in the document.
Discuss this help topic in SecureBlackbox Forum