In This Topic
GdPicture14 Namespace / GdPicturePDF Class / SetAnnotationFillColor Method

SetAnnotationFillColor Method (GdPicturePDF)

In This Topic
Sets the fill (interior) color of a required annotation object specified by its index related to the currently selected page of the loaded PDF document.
Overload List
OverloadDescription
Sets the interior color of a required annotation object specified by its index related to the currently selected page of the loaded PDF document.

This color is used for the following purposes:

  • To specify the interior color with which to fill the annotation’s rectangle or ellipse (for Square or Circle annotation types).
  • To specify the interior color with which to fill the annotation’s line endings (for Line, Polygon or PolyLine annotation types).

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

 
Sets the interior color of a required annotation object specified by its index related to the currently selected page of the loaded PDF document.

This color is used for the following purposes:

  • To specify the interior color with which to fill the annotation’s rectangle or ellipse (for Square or Circle annotation types).
  • To specify the interior color with which to fill the annotation’s line endings (for Line, Polygon or PolyLine annotation types).

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

 
Sets the interior color of a required annotation object specified by its index related to the currently selected page of the loaded PDF document.

This color is used for the following purposes:

  • To specify the interior color with which to fill the annotation’s rectangle or ellipse (for Square or Circle annotation types).
  • To specify the interior color with which to fill the annotation’s line endings (for Line, Polygon or PolyLine annotation types).
 
See Also