-
Hi Dear, Does the api Page.insertText() can set alpha value when call? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
JorjMcKie
Feb 19, 2021
Replies: 1 comment
-
Please use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
xinsheng
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please use
fill_opacity
/stroke_opacity
parameters for this.Normally (= default render mode 0),
fill_opacity
is the relevant one, but if you use render mode 1 or 2 you may distinguish between both.