PopupAnnotation

PopupAnnotation

Overview

PopupAnnotation is a class in Aspose.PDF FOSS for C++.

This class provides 5 methods for working with PopupAnnotation objects in C++ programs. Available methods include: Accept, Open, Parent. All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.

Methods

SignatureDescription
Accept(visitor: AnnotationSelector)Calls Accept(visitor) on this PopupAnnotation instance.
Open()boolCalls Open on this PopupAnnotation instance.
Open(value: bool)Calls Open(value) on this PopupAnnotation instance.
Parent()std::shared_ptr<Annotation>Calls Parent on this PopupAnnotation instance.
Parent(value: std::shared_ptr<Annotation>)Calls Parent(value) on this PopupAnnotation instance.

See Also