Aspose::Pdf::Facades::PdfContentEditor::CreateSquareCircle method
PdfContentEditor::CreateSquareCircle method
Creates square-circle annotation.
void Aspose::Pdf::Facades::PdfContentEditor::CreateSquareCircle(System::Drawing::Rectangle rect, const System::String &contents, System::Drawing::Color clr, bool square, int32_t page, int32_t borderWidth)
| Parameter | Type | Description |
|---|---|---|
| rect | System::Drawing::Rectangle | The annotation rectangle defining the location of the annotation on the page. |
| contents | const System::String& | The contents of the annotation. |
| clr | System::Drawing::Color | The colour of square or circle. |
| square | bool | True (square), false (sircle). |
| page | int32_t | The number of original page where the annotation will be created. |
| borderWidth | int32_t | The border width of square or circle. |
See Also
- Class Rectangle
- Class String
- Class Color
- Class PdfContentEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++