Accusoft.Forms1 - Updated
VerticalActive Property



Accusoft.ScanFixXpressSdk Namespace > ImageRegistrationOptions Class : VerticalActive Property
Gets and sets a flag that enables registration of the top edge of the text.
Syntax
Public Property VerticalActive As Boolean
Dim instance As ImageRegistrationOptions
Dim value As Boolean
 
instance.VerticalActive = value
 
value = instance.VerticalActive
public bool VerticalActive {get; set;}
public:
property bool VerticalActive {
   bool get();
   void set (    bool value);
}

Property Value

A boolean which is set to true to enable registration on the top edge of the text. Otherwise, false is returned.
Remarks

Default value: True

See Also

Reference

ImageRegistrationOptions Class
ImageRegistrationOptions Members