InkOptions

InkOptions class

Provides options that control the look of Ink objects in exported document.

getHideInk

NameDescription
getHideInk ()Shows or hides Ink elements in exported document. Default value is false.

Returns: boolean


getInterpretMaskOpAsOpacity

NameDescription
getInterpretMaskOpAsOpacity ()Uses ROP operation or Opacity for rendering brush. Default value is true.

Returns: boolean


setHideInk

NameDescription
setHideInk (boolean)Shows or hides Ink elements in exported document. Default value is false.

Returns: void


setInterpretMaskOpAsOpacity

NameDescription
setInterpretMaskOpAsOpacity (boolean)Uses ROP operation or Opacity for rendering brush. Default value is true.

Returns: void