Aspose::Pdf::Facades::PdfContentEditor::CreateMarkup method

PdfContentEditor::CreateMarkup method

Creates markup annotation it PDF document.

void Aspose::Pdf::Facades::PdfContentEditor::CreateMarkup(System::Drawing::Rectangle rect, System::String contents, int32_t type, int32_t page, System::Drawing::Color clr)
ParameterTypeDescription
rectSystem::Drawing::RectangleThe rectangle defining the location of the annotation on the page.
contentsSystem::StringThe contents of the annotation.
typeint32_tThe type of markup annotation. Can be 0 (Highlight), 1 (Underline), 2 (StrikeOut), 3 (Squiggly).
pageint32_tThe number of original page where the annotation will be created.
clrSystem::Drawing::ColorThe color of markup.

See Also