Click or drag to resize

MovieIsToBePlayed Method

Gets the option of whether the Movie is to be played.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool IsToBePlayed()

Return Value

Type: Boolean
a bool value indicating if the movie is to be played
Remarks
IsToBePlayed is a flag specifying whether to play the movie when the annotation is activated. The movie shall be played using default activation parameters. If the value is false, the movie shall not be played. Default value: true.
See Also