PdfContents.SetColorNonStroking Method

PDF File Writer

PdfContentsSetColorNonStroking Method

Set color for non stroking (fill or brush) operations

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

Parameters

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