Overload | Description |
---|---|
SetLineColor(Byte,Byte,Byte) | Sets the line color used by all subsequent stroking operations, like the GdPicturePDF.DrawLine method or the GdPicturePDF.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"). |
SetLineColor(Byte,Byte,Byte,Byte) | Sets the line color used by all subsequent stroking operations, like the GdPicturePDF.DrawLine method or the GdPicturePDF.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"). |
SetLineColor(GdPictureColor) | Sets the line color used by all subsequent stroking operations, like the GdPicturePDF.DrawLine method or the GdPicturePDF.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"). |