PdfContents.SetAlphaNonStroking Method (Double)

PDF File Writer

PdfContentsSetAlphaNonStroking Method (Double)

Set opacity value 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(
	double Alpha
)

Parameters

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