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)
ParameterTypeDescription
rectSystem::Drawing::RectangleThe annotation rectangle defining the location of the annotation on the page.
contentsconst System::String&The contents of the annotation.
pageint32_tThe number of original page where the text annotation will be created.

See Also