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
)
Public Sub SetBlendMode (
blend_mode As GStateBlendMode
)
public:
virtual void SetBlendMode(
[InAttribute] GStateBlendMode blend_mode
) sealed
function SetBlendMode(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