Aspose::Pdf::Facades::PdfContentEditor::CreateCaret método

PdfContentEditor::CreateCaret method

Crea una anotación de cursor.

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)
ParámetroTipoDescripción
páginaint32_tEl número de la página original donde se creará la anotación.
annotRectSystem::Drawing::RectangleEl rectángulo de anotación que define la ubicación de la anotación en la página.
caretRectSystem::Drawing::RectangleLos límites reales del caret subyacente.
symbolconst System::String&Se asociará un símbolo al caret. El valor puede ser: “P” (Párrafo), “None”.
annotContentsconst System::String&El contenido de la anotación.
colorSystem::Drawing::ColorEl color de la anotación.

Ver también