MovieAnnotation.MovieAnnotation

MovieAnnotation(Document, string)

Constructor for using with Generator.

public MovieAnnotation(Document document, string movieFile)
ParameterTypeDescription
documentDocumentDocument where movie annotation will be created.
movieFileStringName of movie file.

See Also


MovieAnnotation(Page, Rectangle, string)

Creates new Sound annotation on the specified page.

public MovieAnnotation(Page page, Rectangle rect, string movieFile)
ParameterTypeDescription
pagePageThe document’s page where annotation should be created.
rectRectangleThe annotation rectangle, defining the location of the annotation on the page.
movieFileStringA movie file to be played when the annotation is activated.

See Also