PDF .NET Library Documentation - PDF Technologies, Inc.
Sets the Canvas transparency value

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public void SetTransparency(
	float transparency
)
Visual Basic (Declaration)
Public Sub SetTransparency ( _
	transparency As Single _
)
Visual C++
public:
void SetTransparency(
	float transparency
)

Parameters

transparency
Type: System..::.Single
Values of 0 to 100 can be set

See Also