CogOCVMaxFontRenderParams ImagePelPadding Property Cognex VisionPro 9.7
The number of pels of background to add to each side of some rendered text image. A value of zero means do not pad.

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

public int ImagePelPadding { get; set; }

Property Value

Type: Int32
This read/write property of type Int32 must be greater than or equal to zero.
Events

Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf you attempt to set this to a value less than zero.
See Also