In This Topic
GdPicture14 Namespace / GdPicturePDF Class / SetLineColor Method

SetLineColor Method (GdPicturePDF)

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

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

The line (stroke) 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 line color used by all subsequent stroking operations, like the DrawLine method or the DrawRectangle method. The initial value is set to black.

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

The line (stroke) 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 line color used by all subsequent stroking operations, like the DrawLine method or the DrawRectangle method. The initial value is set to black.

The line (stroke) 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