Click or drag to resize

PdfPageObjectSetOpacity Method

Sets the opacity level of the page object.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public void SetOpacity(
	float opacity,
	bool isStroke
)

Parameters

opacity  Single
The level of opacity for the page object. 0 - transparent; 1 - opaque.
isStroke  Boolean
Flag indicating whether to set opacity for the stroke or for the fill color.
See Also