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)
Parameter | Type | Description |
---|---|---|
rect | System::Drawing::Rectangle | The annotation rectangle defining the location of the annotation on the page. |
filePath | System::String | The path of movie file to be played. |
page | int32_t | The page in which the Line annotation is created. |
See Also
- Class Rectangle
- Class String
- Class PdfContentEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++