Link Search Menu Expand Document

MovieAction Constructor

Initializes a new instance of the Bytescout.PDF.MovieAction.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public MovieAction(
	MovieAnnotation annotation,
	MovieOperation operation
)

Parameters

annotation
Type: Bytescout.PDFMovieAnnotation
A movie annotation identifying the movie to be played.
operation
Type: Bytescout.PDFMovieOperation
The operation to be performed on the movie.
See Also

Reference