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, const System::String &symbol, const 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.
symbolconst System::String&A symbol will be associated with the caret. Value can be: “P” (Paragraph), “None”.
annotContentsconst System::String&The contents of the annotation.
colorSystem::Drawing::ColorThe color of the annotation.

See Also