InkAnnotation

InkAnnotation

Overview

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

InkAnnotation represents free‑hand ink strokes; its InkList property holds a StrokeList that can be read or replaced.

This class provides 5 methods for working with InkAnnotation objects in C++ programs. Available methods include: Accept, CapStyle, InkList. 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 InkAnnotation instance.
CapStyle()Annotations::CapStyleCalls CapStyle on this InkAnnotation instance.
CapStyle(value: Annotations::CapStyle)Calls CapStyle(value) on this InkAnnotation instance.
InkList()StrokeListCalls InkList on this InkAnnotation instance.
InkList(value: StrokeList)Calls InkList(value) on this InkAnnotation instance.

See Also