PdfContents.SetAlphaStroking Method (Double)

PDF File Writer

PdfContentsSetAlphaStroking Method (Double)

Set opacity value for stroking operations

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

Parameters

Alpha
Type: SystemDouble
Opacity value 0.0=transparent to 1.0=Opaque
See Also