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




Accusoft.ScanFixXpressSdk Namespace > ImageRegistrationOptions Class : VerticalToLineActive Property
Gets and sets a flag that indicates whether the component will position the text in the image based on the position of a horizontal line, or to what is determined to be the edge of the text.
Syntax
'Declaration
 
Public Property VerticalToLineActive As Boolean
'Usage
 
Dim instance As ImageRegistrationOptions
Dim value As Boolean
 
instance.VerticalToLineActive = value
 
value = instance.VerticalToLineActive
public bool VerticalToLineActive {get; set;}
public: __property bool get_VerticalToLineActive();
public: __property void set_VerticalToLineActive( 
   bool value
);
public:
property bool VerticalToLineActive {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which returns true to position the text in the image based on the position of a horizontal line. Otherwise, false is returned.
Remarks

This is a powerful feature for precise registration on forms, especially on forms with edge noise. The horizontal line should be significantly larger than any text characters (in particular, those characters to the top of this line).

Default value: false

See Also

Reference

ImageRegistrationOptions Class
ImageRegistrationOptions Members

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