PdfContents.SetColorStroking Method

PDF File Writer

PdfContentsSetColorStroking Method

Set color for stroking (outline or pen) operations

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public void SetColorStroking(
	Color Color
)

Parameters

Color
Type: System.DrawingColor
Color
Remarks
Set red, green and blue components. Alpha is ignored
See Also