ScanFix Xpress v9.0 for .NET - Updated
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
 
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)
public ImageRegistrationOptions( 
   bool horizontalActive,
   bool verticalActive
)
public: ImageRegistrationOptions( 
   bool horizontalActive,
   bool verticalActive
)
public:
ImageRegistrationOptions( 
   bool horizontalActive,
   bool 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

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