InkOptions
InkOptions class
Provides options that control the look of Ink objects in exported document.
getHideInk
Name | Description |
---|
getHideInk() | Shows or hides Ink elements in exported document. Default value is false. |
Returns:
boolean
getInterpretMaskOpAsOpacity
Name | Description |
---|
getInterpretMaskOpAsOpacity() | Uses ROP operation or Opacity for rendering brush. Default value is true. |
Returns:
boolean
setHideInk
Name | Description |
---|
setHideInk(boolean) | Shows or hides Ink elements in exported document. Default value is false. |
setInterpretMaskOpAsOpacity
Name | Description |
---|
setInterpretMaskOpAsOpacity(boolean) | Uses ROP operation or Opacity for rendering brush. Default value is true. |