CogIPOneImageAddSubtractConstant OutputImageFormat Property Cognex VisionPro 9.21 SR1
The pixel depth of the output image.

Namespace: Cognex.VisionPro.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 85.1.0.0
Syntax

[ObsoleteAttribute("This property is deprecated.", false)]
public CogIPOneImageAddSubtractConstantImageFormatConstants OutputImageFormat { get; set; }

Property Value

Type: CogIPOneImageAddSubtractConstantImageFormatConstants
Events

Event TypeReason
CogIPOneImageAddSubtractConstant Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The new value is not in CogIPOneImageAddSubtractConstantImageFormatConstants.

Remarks

Sets or gets the pixel depth of the image generated by the add or subtract operation.

Default Value: SameAsInputImage

See Also