Aspose::Pdf::Facades::PdfContentEditor::CreateCaret method
Contents
[
Hide
]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)
Parameter | Type | Description |
---|---|---|
page | int32_t | The number of original page where the annotation will be created. |
annotRect | System::Drawing::Rectangle | The annotation rectangle defining the location of the annotation on the page. |
caretRect | System::Drawing::Rectangle | The actual boundaries of the underlying caret. |
symbol | System::String | A symbol will be associated with the caret. Value can be: “P” (Paragraph), “None”. |
annotContents | System::String | The contents of the annotation. |
color | System::Drawing::Color | The color of the annotation. |
See Also
- Class Rectangle
- Class String
- Class Color
- Class PdfContentEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++