Click or drag to resize

MovieSetToBePlayed Method

Sets the option of whether the Movie is to be played. (Optional)

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

Parameters

isplay
Type: SystemBoolean
A bool value telling if the movie is to be played. Default value: true.
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