#1
Posted
:
Monday, September 14, 2020 6:21:16 AM(UTC)
Groups: Registered
Posts: 4
Is there a possibility to hide the padlock (protected annotation) when printing the file/page with annotations?
#2
Posted
:
Tuesday, September 15, 2020 9:29:44 AM(UTC)
Groups: Manager, Tech Support, Administrators
Posts: 218
Was thanked: 12 time(s) in 12 post(s)
Can you please give some more information as to how you are printing the document with annotations on it?
I just tested this with the online Document Viewer and was able to print without any issues. Please see the attached GIF
Hadi Chami
Developer Support Manager
LEAD Technologies, Inc.
#3
Posted
:
Monday, October 19, 2020 9:39:27 AM(UTC)
Groups: Registered
Posts: 4
The padlock is shown for protected annotations (upper left corner):
Is there a possibility to hide this padlock when printing the file/page with annotations?
#4
Posted
:
Monday, October 19, 2020 4:03:49 PM(UTC)
Groups: Registered, Manager, Tech Support, Administrators
Posts: 107
Was thanked: 9 time(s) in 9 post(s)
Hello,
Thank you for the additional information. I believe what you are needing to modify this behavior can be found in the example shown in the Annobject lock method:
https://www.leadtools.com/help/sdk/v21/dh/javascript/ac/annobject-lock.htmlIn particular, if you look at the section of code shown in the Lock.ts file, you can get access to the image collection through something like:
Code:const imagesResources: lt.Annotations.Engine.AnnPicture[] = resources.images;
and then modify what is shown when a user locks an annotation. In your case, you should be able to use this to change what is displayed.
Marcus Andra
Developer Support Engineer
LEAD Technologies, Inc.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.