Hi Alex,
thanks for the Info.
I re-checked your Demo, and just noticed now ,that you can manually drag/drop and resize the Signature in the 'CreateSignatureAppearanceForm' Dialog, which i didn't noticed at first.
Which was my goal all alone, and i tried to achieve this with OverlayImageTool in ImageViewer where the PDF is displayed.
So i guess my best bet is to :
- Set Rectangle Size to a default Value that seems appropriate for my kind of Page
- Set Background Image to PDF Image of the Page i want to place the Signature
- Use the Same code from 'CreateSignatureAppearanceForm' to allow the user to place the Signature interactive way.
- Remove the Background Image before placing the Signature on the PDF
With OverlayImageTool i came as far that it looked like this:
But your solution is fine as well.
I'm still analyze how your Demo App works, because there all works as expected, so the Code is there, just need to find the right way to implement it ,without implementing all of your Demo App Code as well ;-)
Sometimes it's a bit difficult to follow all the right paths, because you wrote it so all different options are handled, while i usually need only a specific solution.
Thanks for your time.