PdfContentEditor.CreateMovie

PdfContentEditor.CreateMovie method

Creates Movie Annotations.

public void CreateMovie(Rectangle rect, string filePath, int page)
ParameterTypeDescription
rectRectangleThe annotation rectangle defining the location of the annotation on the page.
filePathStringThe path of movie file to be played.
pageInt32The page in which the Line annotation is created.

See Also