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

PdfContentEditor::CreateMovie method

Creates Movie Annotations.

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

See Also