ScanFix Xpress v9.0 for .NET - Updated
VerticalCentralFocus Property




Accusoft.ScanFixXpressSdk Namespace > ImageRegistrationOptions Class : VerticalCentralFocus 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
'Declaration
 
Public Property VerticalCentralFocus As Boolean
'Usage
 
Dim instance As ImageRegistrationOptions
Dim value As Boolean
 
instance.VerticalCentralFocus = value
 
value = instance.VerticalCentralFocus
public bool VerticalCentralFocus {get; set;}
public: __property bool get_VerticalCentralFocus();
public: __property void set_VerticalCentralFocus( 
   bool value
);
public:
property bool VerticalCentralFocus {
   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

Is this page helpful?
Yes No
Thanks for your feedback.