Click or drag to resize

GStateSetBlendMode Method

Gets the blend mode.
Sets the current blend mode to be used in the transparent imaging model. Corresponds to the /BM key within the ExtGState's dictionary.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetBlendMode(
	GStateBlendMode BM
)

Parameters

BM
Type: pdftron.PDFGStateBlendMode
- New blending mode type.

Return Value

Type: 
the current blend mode to be used in the transparent imaging model. Corresponds to the /BM key within the ExtGState's dictionary.
Examples
// C#
gs.SetBlendMode(GState.BlendMode.e_lighten);
See Also