THPDFPage.AddTextAnnotation

THPDFPage

 

Arriba  Anterior  Siguiente

Agrega una nueva anotación de texto en la página actual

 

type

     THPDFTextAnnotationType = ( taComment, taKey, taNote, taHelp, taNewParagraph, taParagraph, taInsert );

 

Sintaxis Delphi:

procedure AddTextAnnotation ( Contenido: AnsiString; Rectangle: TRect; Open: boolean; Name: THPDFTextAnnotationType; Color: TColor = clRed );

 

Sintaxis C++:

void __fastcall AddTextAnnotation ( AnsiString Contenido, Windows::TRect &Rectangle, bool Open, THPDFTextAnnotationType Name, Graphics::TColor Color );

 

Descripción

Usa AddTextAnnotation para agregar una nueva anotación de texto con el mensaje de texto especificado ( Contenido), el área del rectángulo ( Rectangle ), la vista del icono ( Name ) y el color en la página actual. Establece el valor Open en true para abrir la anotación o en false para cerrarla

 

Valor                          Significado


taComment                Comentario

taKey                         Clave

taNote                        Nota

taHelp                        Ayuda

taNewParagraph         NuevoPárrafo

taParagraph               Párrafo

taInsert                      Insertar

 

 

Text annotation preview