Gets and sets a flag that enables registration of the left edge of the text.
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);
}
'Declaration
Public Property HorizontalActive As Boolean
'Usage
Dim instance As ImageRegistrationOptions
Dim value As Boolean
instance.HorizontalActive = value
value = instance.HorizontalActive
Property Value
A boolean which is set to
true to enable registration on the left edge of the text. Otherwise,
false is returned.