Click or drag to resize

InkSetBlendMode Method

Sets the blend mode use for drawing the ink.

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

Parameters

blend_mode
Type: pdftron.PDFGStateBlendMode
The blend mode (default is e_bl_normal)
Remarks
This method is deprecated and will be removed in a future version of PDFNet. It is strongly recommended to use SetHighlightIntent(bool) instead.
See Also