In This Topic
GdPicture14 Namespace / GdPicturePDF Class / AddFreeTextAnnotation Method

AddFreeTextAnnotation Method (GdPicturePDF)

In This Topic
Adds a free text annotation object to the currently selected page of the loaded PDF document.
Overload List
OverloadDescription
Adds a free text annotation object to the currently selected page of the loaded PDF document. The subtype attribute of this annotation is "FreeText". This annotation displays text directly on the page according to what you have specified. This text is always visible, as this annotation doesn't have a pop-up window and can't be opened or closed.

This method uses the RGB color space for specifying the required colors.

 
Adds a free text annotation object to the currently selected page of the loaded PDF document. The subtype attribute of this annotation is "FreeText". This annotation displays text directly on the page according to what you have specified. This text is always visible, as this annotation doesn't have a pop-up window and can't be opened or closed.

This method uses the CMYK color space for specifying the required colors.

 
See Also