Discuss this help topic in SecureBlackbox Forum
Specifies the number of movie actions in the document.
Declaration
[C#/Java]
int MovieActions;
[VB.NET]
Property MovieActions As Integer
[Pascal]
property MovieActions : integer;
[C++]
int32_t get_MovieActions();
void set_MovieActions(int32_t Value);
[PHP]
integer get_MovieActions()
void set_MovieActions(integer $Value)
Description
Use this property to specify the number of movie actions in the document.
Discuss this help topic in SecureBlackbox Forum