StampAnnotation

StampAnnotation

Overview

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

This class provides 5 methods for working with StampAnnotation objects in C++ programs. Available methods include: Accept, Icon, Image. 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 StampAnnotation instance.
Icon()StampIconCalls Icon on this StampAnnotation instance.
Icon(value: StampIcon)Calls Icon(value) on this StampAnnotation instance.
Image()std::vector<std::byte>Calls Image on this StampAnnotation instance.
Image(value: std::vector<std::byte>)Calls Image(value) on this StampAnnotation instance.

See Also