IMcImageDotsPerInchY Property
|
|
A read/write property reflecting the number of dots per inch along the Y axis of
the image (vertical axis).
Namespace:
MediaCy.IQL.Engine
Assembly:
MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
SyntaxProperty DotsPerInchY As Integer
Get
Set
Property Value
Type:
Int32
RemarksThis 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.
Note |
---|
On assigment an OnPropertyChanged(ID_IMcImage_DotsPerInchY) event is fired. |
Note |
---|
DocJet picks up either the "get" function always or (more likely) the
FIRST function representing a property. No need to comment both! |
See Also