Aspose::Pdf::Facades::PdfContentEditor::CreateFreeText method
PdfContentEditor::CreateFreeText method
Creates free text annotation in PDF document.
void Aspose::Pdf::Facades::PdfContentEditor::CreateFreeText(System::Drawing::Rectangle rect, const System::String &contents, int32_t page)
| 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. |
| page | int32_t | The number of original page where the text annotation will be created. |
See Also
- Class Rectangle
- Class String
- Class PdfContentEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++