In This Topic
GdPicture14 Namespace / GdPicturePDF Class / SetFillColor Method

SetFillColor Method (GdPicturePDF)

In This Topic
Sets the fill color to be used by all subsequent filling operations.
Overload List
OverloadDescription
Sets the fill color used by all subsequent filling operations, like the DrawRectangle method. The initial value is set to black.

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

The fill color parameter is one of the graphics state parameters. These parameters are initialized to their default values at the beginning of each page (see PDF Reference, Section "Graphics State").

 
Sets the fill color used by all subsequent filling operations, like the DrawRectangle method. The initial value is set to black.

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

The fill color parameter is one of the graphics state parameters. These parameters are initialized to their default values at the beginning of each page (see PDF Reference, Section "Graphics State").

 
Sets the fill color used by all subsequent filling operations, like the DrawRectangle method. The initial value is set to black.

The fill color parameter is one of the graphics state parameters. These parameters are initialized to their default values at the beginning of each page (see PDF Reference, Section "Graphics State").

 
See Also