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




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

Property Value

A boolean which is set to true to enable registration on the left 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.