Gets and sets a flag that indicates whether the component will position the
text in the image based on the position of a vertical line, or
to what is determined to be the edge of the text.
Syntax
public bool HorizontalToLineActive {get; set;}
public: __property bool get_HorizontalToLineActive();
public: __property void set_HorizontalToLineActive(
bool value
);
public:
property bool HorizontalToLineActive {
bool get();
void set ( bool value);
}
'Declaration
Public Property HorizontalToLineActive As Boolean
'Usage
Dim instance As ImageRegistrationOptions
Dim value As Boolean
instance.HorizontalToLineActive = value
value = instance.HorizontalToLineActive
Property Value
A boolean value which returns
true to position the text in the image based on the position of a vertical line. Otherwise,
false is returned.
See Also