Discuss this help topic in SecureBlackbox Forum
Specifies the number of movie actions in the document.
Declaration
[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)
[Java]
int getMovieActions();
void setMovieActions(int Value);
Description
Use this property to specify the number of movie actions in the document.
Discuss this help topic in SecureBlackbox Forum