Overload | Description |
---|---|
SetAnnotationFillColor(Int32,Byte,Byte,Byte) | 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:
This method uses the RGB color space for specifying the required color. |
SetAnnotationFillColor(Int32,Byte,Byte,Byte,Byte) | 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:
This method uses the CMYK color space for specifying the required color. |
SetAnnotationFillColor(Int32,GdPictureColor) | 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:
|
In This Topic
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
See Also