Determining the size of the logo

Hi,

Is there a way to determine the size of the logo binded to a Stamp object?

I need to have a textual watermark centered on the page.

Thanks,

Joanna

Hi Joanna,

I would like to share with you that as you need to create FormattedText object before creating the stamp, you can use TextHeight and TextWidth properties of the FormattedText class to get the height and width of the text.

I hope this helps. If you have any further questions, please do let us know.
Regards,

Thanks a lot. That has solved the problem.
Joanna