TextMarkupAnnotation

TextMarkupAnnotation

Overview

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

This class provides 4 methods for working with TextMarkupAnnotation objects in C++ programs. Available methods include: GetMarkedText, QuadPoints, TextMarkupAnnotation. All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.

Methods

SignatureDescription
TextMarkupAnnotation()Calls TextMarkupAnnotation on this TextMarkupAnnotation instance.
GetMarkedText()std::stringReturns the marked text.
QuadPoints()std::vector<Aspose::Pdf::Point>Calls QuadPoints on this TextMarkupAnnotation instance.
QuadPoints(value: std::vector<Aspose::Pdf::Point>)Calls QuadPoints(value) on this TextMarkupAnnotation instance.

See Also