Aspose::Pdf::Annotations::CommonFigureAnnotation class

CommonFigureAnnotation class

Abstract class representing common figure annotation.

class CommonFigureAnnotation : public Aspose::Pdf::Annotations::MarkupAnnotation

Methods

MethodDescription
CommonFigureAnnotation(System::SharedPtr<Document>)Constructor for using in Generator.
get_Frame()The rectangle describing the numerical differences between two rectangles: the Rect entry of the annotation and the actual boundaries of the underlying square or circle.
get_InteriorColor()Interior color with which to fill the annotation’s rectangle or ellipse.
set_Frame(System::SharedPtr<Rectangle>)The rectangle describing the numerical differences between two rectangles: the Rect entry of the annotation and the actual boundaries of the underlying square or circle.
set_InteriorColor(System::SharedPtr<Aspose::Pdf::Color>)Interior color with which to fill the annotation’s rectangle or ellipse.

See Also