BaseImageProcessingElementLimitInputValues Method |
Checks all input values on exceeding ranges. If any range is
exceeded, the value is set to the min. or max. allowed value.
Namespace: RAYLASE.Marker.JobElement.ImageProcessingAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxpublic virtual bool LimitInputValues()
Return Value
Booleantrue if any value is exceeded and modified therefore,
false if no range is exceeded and now correction is done.
See Also