trichview.support
Re: Setting Margins |
Author |
Message |
Sergey Tkachenko |
Posted: 06/11/2003 18:57:45 SizeInPixels = SizeInInches*PixelsPerInch; // surprise! :) ( PixelsPerInch can be obtained as Screen.PixelsPerInch (or you can use the fixed value of 96, you want results independent of "small fonts"/"large fonts" mode) ) As you can see SizeInTwips = SizeInInches*1440; SizeInPoints = SizeInInches*72; // font heights are measured in points SizeInTwips = SizeInPoints*20; // by definition of twip > If I want to set my Margins to 1/2 inch what would be the value .5 ? > > |
Powered by ABC Amber Outlook Express Converter