Aspose::Pdf::Annotations::MovieAnnotation class
Contents
[
Hide
]MovieAnnotation class
Represents a movie annotation that contains animated graphics and sound to be presented on the computer screen and through the speakers. When the annotation is activated, the movie is played.
class MovieAnnotation : public Aspose::Pdf::Annotations::Annotation,
public Aspose::Pdf::Annotations::Annotation::ITitledAnnotation
Methods
| Method | Description |
|---|---|
| Accept(System::SharedPtr<AnnotationSelector>) override | Accepts visitor object to process the annotation. |
| get_AnnotationType() override | Gets type of annotation. |
| get_Aspect() | Gets the width and height of the movie’s bounding box, in pixels. |
| get_File() | Gets a file specification identifying a self-describing movie file. |
| get_Poster() | Gets a flag or stream specifying whether and how a poster image representing the movie shall be displayed. If true, the poster image shall be retrieved from the movie file; if it is false, no poster shall be displayed. |
| get_Rotate() | Gets the number of degrees by which the movie shall be rotated clockwise relative to the page. The value shall be a multiple of 90. |
| get_Title() override | Gets the title of the movie annotation. |
| MovieAnnotation(System::SharedPtr<Document>, System::String) | Constructor for using with Generator. |
| MovieAnnotation(System::SharedPtr<Aspose::Pdf::Page>, System::SharedPtr<Rectangle>, System::String) | Creates new Sound annotation on the specified page. |
| set_Aspect(System::SharedPtr<Point>) | Sets the width and height of the movie’s bounding box, in pixels. |
| set_File(System::SharedPtr<FileSpecification>) | Sets a file specification identifying a self-describing movie file. |
| set_Poster(bool) | Sets a flag or stream specifying whether and how a poster image representing the movie shall be displayed. If true, the poster image shall be retrieved from the movie file; if it is false, no poster shall be displayed. |
| set_Rotate(int32_t) | Sets the number of degrees by which the movie shall be rotated clockwise relative to the page. The value shall be a multiple of 90. |
| set_Title(System::String) override | Sets the title of the movie annotation. |
See Also
- Class Annotation
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++