Aspose::Pdf::Facades::PdfContentEditor::CreateMovie method

PdfContentEditor::CreateMovie method

Creates Movie Annotations.

void Aspose::Pdf::Facades::PdfContentEditor::CreateMovie(System::Drawing::Rectangle rect, const System::String &filePath, int32_t page)
ParameterTypeDescription
rectSystem::Drawing::RectangleThe annotation rectangle defining the location of the annotation on the page.
filePathconst System::String&The path of movie file to be played.
pageint32_tThe page in which the Line annotation is created.

See Also