TrimMarkAnnotation

TrimMarkAnnotation

Overview

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

TrimMarkAnnotation and UnderlineAnnotation both support the visitor pattern via an Accept method that forwards the annotation to a visitor object.

This class provides 1 method for working with TrimMarkAnnotation objects in C++ programs. Available methods include: Accept. 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 TrimMarkAnnotation instance.

See Also