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

MethodDescription
Accept(System::SharedPtr<AnnotationSelector>) overrideAccepts visitor object to process the annotation.
get_Action()Gets an action to be performed when the annotation is activated.
get_AnnotationType() overrideGets type of annotation.
get_Title() overrideGets 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) overrideSets the title of the screen annotation.

See Also