Hi
Its not realy clear for me how to define the accurate size of an SignatureField-Rectangle.(Documentation)
If i want to set an image for the Signature-Field
(assign pdfFileSignature.SignatureAppearanceStream property - using a memorystream as source) - which values should i assing to the required System.Drawing.Rectangle.Size property required by the PdfFileSignature.Sign() method?
Do i have to set the size in Pixels from the System.Drawing.Image? Or in Points?
Because as documented:
https://docs.aspose.com/pdf/net/working-with-pages/
https://docs.aspose.com/pdf/net/changing-page-sizes-in-a-pdf-file/
the Aspose API works with Points!
So why is the required rectangle a System.Drawing.Rectangle which only allows integers for location and size… why isnt it a RectangleF? Or should i use pixels in this case?
I have tried several approaches (image size, converting from points to pixel and vise versa) - but the result never looks satisfying - the image is always a bit “blurry”.
Thanks a lot for any Information!