CogImageFileBMP XPelsPerMeter Property Cognex VisionPro
The biXPelsPerMeter field of the bitmap header of the last image read or the next image to be written.

Namespace: Cognex.VisionPro.ImageFile
Assembly: Cognex.VisionPro.ImageFile (in Cognex.VisionPro.ImageFile.dll) Version: 65.1.0.0
Syntax

public int XPelsPerMeter { get; set; }

Property Value

Type: Int32
Events

Event TypeReason
CogImageFileBMP Changed

The property is changed.

The following state flag may be affected:

Remarks

The biXPelsPerMeter field of the bitmap header of the last image read or the next image to be written. This property defaults to zero because many applications that write bitmaps set the biXPelsPerMeter field to zero.

Default Value: 0

See Also