Accusoft.ScanFixXpress8.Net
VerticalActive Property




Gets and sets a flag that enables registration of the top edge of the text.
Syntax
'Declaration
 
Public Property VerticalActive As Boolean
'Usage
 
Dim instance As ImageRegistrationOptions
Dim value As Boolean
 
instance.VerticalActive = value
 
value = instance.VerticalActive
public bool VerticalActive {get; set;}
public: __property bool get_VerticalActive();
public: __property void set_VerticalActive( 
   bool value
);
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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback