Aspose::Pdf::Facades::PdfContentEditor::CreateCaret method

PdfContentEditor::CreateCaret method

Creates caret annotation.

void Aspose::Pdf::Facades::PdfContentEditor::CreateCaret(int32_t page, System::Drawing::Rectangle annotRect, System::Drawing::Rectangle caretRect, System::String symbol, System::String annotContents, System::Drawing::Color color)
ParameterTypeDescription
pageint32_tThe number of original page where the annotation will be created.
annotRectSystem::Drawing::RectangleThe annotation rectangle defining the location of the annotation on the page.
caretRectSystem::Drawing::RectangleThe actual boundaries of the underlying caret.
symbolSystem::StringA symbol will be associated with the caret. Value can be: “P” (Paragraph), “None”.
annotContentsSystem::StringThe contents of the annotation.
colorSystem::Drawing::ColorThe color of the annotation.

See Also