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 bool HorizontalCentralFocus {get; set;}
public: __property bool get_HorizontalCentralFocus();
public: __property void set_HorizontalCentralFocus(
bool value
);
public:
property bool HorizontalCentralFocus {
bool get();
void set ( bool value);
}
'Declaration
Public Property HorizontalCentralFocus As Boolean
'Usage
Dim instance As ImageRegistrationOptions
Dim value As Boolean
instance.HorizontalCentralFocus = value
value = instance.HorizontalCentralFocus
Property Value
A boolean value which returns
true if the middle portion of the image border is used for registration. Otherwise,
false is returned.
See Also