Description
A read/write property reflecting the number of dots per inch along the Y axis of the image (vertical axis).
-
Property type
-
A Long value.
-
Syntax
-
object.DotsPerInchY [= value]
The DotsPerInchY Property syntax has these parts: |
| object | An expression evaluating to an object of type McImage. | | value | A Long value. | Remarks
This property is a built-in property usually read from the image file or from a scanner. While the DotsPerInch setting will affect the default size of the image when printed, it is not the same as a spatial calibration, which will be used when calculating and reporting the physical size of images and/or image features.
Notes
On assigment an OnPropertyChanged(ID_IMcImage_DotsPerInchY) event is fired.
|