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