Accusoft.ScanFixXpress8.Net
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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback