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

See Also