PdfContents.SetAlphaNonStroking Method (Color)

PDF File Writer

PdfContentsSetAlphaNonStroking Method (Color)

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

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

Parameters

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