Aspose::Pdf::Facades::PdfContentEditor::CreateSquareCircle method

PdfContentEditor::CreateSquareCircle method

Creates square-circle annotation.

void Aspose::Pdf::Facades::PdfContentEditor::CreateSquareCircle(System::Drawing::Rectangle rect, System::String contents, System::Drawing::Color clr, bool square, int32_t page, int32_t borderWidth)
ParameterTypeDescription
rectSystem::Drawing::RectangleThe annotation rectangle defining the location of the annotation on the page.
contentsSystem::StringThe contents of the annotation.
clrSystem::Drawing::ColorThe colour of square or circle.
squareboolTrue (square), false (sircle).
pageint32_tThe number of original page where the annotation will be created.
borderWidthint32_tThe border width of square or circle.

See Also