Gets the number of pixel columns added to the left margin. A negative number
denotes that pixels were removed from the left margin.
Syntax
'Declaration
Public ReadOnly Property HorizontalMarginAdjustment As Integer
'Usage
Dim instance As ImageRegistrationResults
Dim value As Integer
value = instance.HorizontalMarginAdjustment
public int HorizontalMarginAdjustment {get;}
public: __property int get_HorizontalMarginAdjustment();
public:
property int HorizontalMarginAdjustment {
int get();
}
Property Value
An integer which represents the number of pixel colums added
to the left margin.
See Also