Updating annot properties via SDK
Posted: Thu Aug 20, 2020 5:33 am
Hello Pdf-XChange - Team,
refering to this topic (viewtopic.php?f=36&t=4604&p=25003&hilit ... not#p25003), is it possible to update annot properties via the SDK meanwhile?
Using this snippet, I wasn't able to update the annot because an exception was thrown:
Thank you for you help!
Cheers,
Martin
refering to this topic (viewtopic.php?f=36&t=4604&p=25003&hilit ... not#p25003), is it possible to update annot properties via the SDK meanwhile?
Using this snippet, I wasn't able to update the annot because an exception was thrown:
Code: Select all
SetProperty("Documents[0].Pages[0].Annots[2].SColor", "red", 0);
Cheers,
Martin