PdfContents.SetAlphaStroking Method (Color)

PDF File Writer

PdfContentsSetAlphaStroking Method (Color)

Set opacity value (alpha) of color of for stroking operations

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

Parameters

Color
Type: System.DrawingColor
Color value
Remarks
Set alpha component. Ignore red, green and blue.
See Also