ScanFix Xpress v9.0 for .NET - 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
'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

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