Instantiates a new ImageRegistrationOptions object setting the specified values.
Syntax
public ImageRegistrationOptions(
bool ,
bool
)
public: ImageRegistrationOptions(
bool ,
bool
)
public:
ImageRegistrationOptions(
bool ,
bool
)
Parameters
- horizontalActive
- Enables registration of the left edge of the text.
- verticalActive
- Enables registration of the top edge of the text.
See Also