Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
914
Whaer can I find the units used for padding, indents, etc?
posted

Why does the documentation and sample code omit all information concerning the units that are used for various properties? The help file is useless as far as units are concerned. The samples assign numbers to properties but never note what the unit is. Here are some examples:

textPattern.Indents.First = 50   ' 50 what? points? hundredths of an inch?

textPattern.Interval = 2 ' 2 what? 2 lines?

textPattern.Paddings.All = 10  ' Need I say more? 10 what?

What are we supposed to do, print the sample and measure the spacing to figure out what the unit is for the numeric value assigned to the property? Doing that does not appear to be using points consistently, so some help here please?