Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Questions about Android development and PDF

Signature Annotation - SetFillColor

More
IP: 198.135.124.18 5 years 2 months ago #15386 by omer.c
Hi,
Was wondering if there is a way to change signature annotation fiil color, as when I call SetFillColor for other annotations it works, but with signature it seemed to be ignored (also SetFillColor function returns false in signature annotation case, as if it is failed).

Thanks for the help
More
IP: 111.196.246.55 5 years 2 months ago - 5 years 2 months ago #15387 by radaee
Dear user:
the empty signature blue color is set by com.radaee.pdf.Global.setAnnotTransparency(); when app start.
if pass 0 as parameter, all transparency color over annotation will be gone.
Last edit: 5 years 2 months ago by radaee.
More
IP: 198.135.124.55 5 years 2 months ago #15388 by omer.c
Yeah I understood that, problem is that it is for every annotation and I want to distinguish signature annotation from the others.
also when I am calling setFillColor for other annotation with color of transparent for example, this transparency color is still making it blue. If I set setAnnotTransparency with transparent color then I wont be able to change signature fill color. Any suggestions?
More
IP: 111.196.247.170 5 years 2 months ago - 5 years 2 months ago #15389 by radaee
Dear user:

if you want change color of a special signature field:
the signature field displayed on page is like canvas, it can be any drawing contents for signature.
maybe strokes, maybe images, so, you can't change fill color directly for signature field.
if you want change signature field displayed contents, you have to replace drawing content for this field.
that mean, you may need rewrite drawing contents by method Annotation.SetIcon("", DocForm);
but this operation may cause failed when signature field is already signed.

if you think signature field shall display transparency color different than all other type of annotations:
example: you want display red color for all signature fields. we not support this type customize yet. but, if you has a new idea, please tell us.
Last edit: 5 years 2 months ago by radaee.
Time to create page: 0.421 seconds
Powered by Kunena Forum