Accusoft.ScanFixXpress8.Net - Updated August 4, 2020
ImageRegistrationOptions Constructor(Boolean,Boolean)




Accusoft.ScanFixXpressSdk Namespace > ImageRegistrationOptions Class > ImageRegistrationOptions Constructor : ImageRegistrationOptions Constructor(Boolean,Boolean)
Enables registration of the left edge of the text.
Enables registration of the top edge of the text.
Instantiates a new ImageRegistrationOptions object setting the specified values.
Syntax
'Declaration
 
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
Public Function New( _
   ByVal horizontalActive As Boolean, _
   ByVal verticalActive As Boolean _
)
 
'Usage
 
Dim horizontalActive As Boolean
Dim verticalActive As Boolean
 
Dim instance As New ImageRegistrationOptions(horizontalActive, verticalActive)

Parameters

horizontalActive
Enables registration of the left edge of the text.
verticalActive
Enables registration of the top edge of the text.
See Also

Reference

ImageRegistrationOptions Class
ImageRegistrationOptions Members
Overload List