Accusoft.Forms1 - Updated
HorizontalCentralFocus Property



Accusoft.ScanFixXpressSdk Namespace > ImageRegistrationOptions Class : HorizontalCentralFocus Property
Gets and sets a flag that indicates whether the middle portion of the image border will be used for registration, ignoring edge noise, letterheads, and logos.
Syntax
Public Property HorizontalCentralFocus As Boolean
Dim instance As ImageRegistrationOptions
Dim value As Boolean
 
instance.HorizontalCentralFocus = value
 
value = instance.HorizontalCentralFocus
public bool HorizontalCentralFocus {get; set;}
public:
property bool HorizontalCentralFocus {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which returns true if the middle portion of the image border is used for registration. Otherwise, false is returned.
Remarks

Default value: False

See Also

Reference

ImageRegistrationOptions Class
ImageRegistrationOptions Members