MovieAnnotation
Overview
MovieAnnotation is a class in Aspose.PDF FOSS for C++.
MovieAnnotation lets you embed a video file in a PDF, with properties for title, poster flag, aspect ratio, and rotation.
This class provides 11 methods for working with MovieAnnotation objects in C++ programs.
Available methods include: Accept, Aspect, File, Poster, Rotate, Title.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
Accept(visitor: AnnotationSelector) | Calls Accept(visitor) on this MovieAnnotation instance. |
Title() → std::string | Calls Title on this MovieAnnotation instance. |
Title(value: std::string) | Calls Title(value) on this MovieAnnotation instance. |
File() → Aspose::Pdf::FileSpecification | Calls File on this MovieAnnotation instance. |
File(value: Aspose::Pdf::FileSpecification) | Calls File(value) on this MovieAnnotation instance. |
Poster() → bool | Calls Poster on this MovieAnnotation instance. |
Poster(value: bool) | Calls Poster(value) on this MovieAnnotation instance. |
Aspect() → Aspose::Pdf::Point | Calls Aspect on this MovieAnnotation instance. |
Aspect(value: Aspose::Pdf::Point) | Calls Aspect(value) on this MovieAnnotation instance. |
Rotate() → int | Calls Rotate on this MovieAnnotation instance. |
Rotate(value: int) | Calls Rotate(value) on this MovieAnnotation instance. |