trichview.com

trichview.support




Re: Height of document in mm


Return to index


Author

Message

Sergey Tkachenko

Posted: 05/08/2005 21:52:56


Internal measuring units of TRichView are pixels: RichView.DocumentHeight.

Pixels can be converted to inches:

HeightInches = RichView.DocumentHeight/Screen.PixelsPerInch

And to mm:

HeightMM = (RichView.DocumentHeight*127)/(Screen.PixelsPerInch*5)




> Hello Sergey,

>

> How to know the height in a RichView document in mm?

>

> Thanks.





Powered by ABC Amber Outlook Express Converter