Click or drag to resize

PdfPageObjectGetOpacity Method

Gets the opacity level of the page object.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public float GetOpacity(
	bool isStroke
)

Parameters

isStroke  Boolean
Flag indicating whether to get opacity for the stroke (true) or for the fill (false).

Return Value

Single
The level of opacity for the page object. 0 - transparent; 1 - opaque.
See Also