Aspose::Pdf::Annotations::ScreenAnnotation class
ScreenAnnotation class
A screen annotation that specifies a region of a page upon which media clips may be played.
class ScreenAnnotation : 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_Action() | Gets an action to be performed when the annotation is activated. |
| get_AnnotationType() override | Gets type of annotation. |
| get_Title() override | Gets the title of the screen annotation. |
| ScreenAnnotation(System::SharedPtr<Aspose::Pdf::Page>, System::SharedPtr<Rectangle>, System::String) | Creates new Screen annotation on the specified page. |
| set_Title(System::String) override | Sets the title of the screen annotation. |
See Also
- Class Annotation
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++