ContextMenu Properties
Last updated
Was this helpful?
Last updated
Was this helpful?
The size of the kernel that is used to blur the images when detecting the changes to define the list rectangle. Size 0 means no blur, a common value for moderate blurring is 8 (approx. the size of a character). (Default: 0)
Syntax: public int BlurKernelForDetectChanges { get; set; }
The image detection parameters that are used to find an image entry in the context menu.
Syntax: public
ContextMenuImageParas { get; }
he OCR parameters that are used to find a text entry in the context menu.
Syntax: public
ContextMenuOcrParas { get; }
Controls whether a click or a hover is required to expand a submenu (Default: true)
Syntax: public bool HoverToExpandSubmenu { get; set; }
Width of the border of the list that will be cut away on all sides to remove a border from the image that is passed to the OCR algorithm. (Default: 3)
Syntax: public int ListBorder { get; set; }
The tolerance value for changes that shall be ignored when detecting the changes to define the list rectangle. (Default: 0.04)
Syntax: public double ToleranceForDetectChanges { get; set; }
The search rectangle in which changes are detected to define the menu rectangle. (Default: )
Syntax: public
SearchRectangleForMenu { get; set; }