CogOCFontModel BlankWidth Property Cognex VisionPro 9.7
BlankWidth and BlankHeight specify the size, in pixel units, of a blank model image. The Image property is not used for blank models.

Namespace: Cognex.VisionPro.OC
Assembly: Cognex.VisionPro.OC (in Cognex.VisionPro.OC.dll) Version: 73.0.0.0
Syntax

public int BlankWidth { get; set; }

Property Value

Type: Int32
Events

Event TypeReason
CogOCFontModel Changed

Fires when this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The width is <= 0.

Remarks

If the Type of this model is Blank then this property specifies the width of the model in pixels.

Default Value: 24

See Also