Gets and sets a value that indicates how many pixels will remain as a top margin
after processing.
Syntax
'Declaration
Public Property VerticalResultantMargin As Integer
'Usage
Dim instance As ImageRegistrationOptions
Dim value As Integer
instance.VerticalResultantMargin = value
value = instance.VerticalResultantMargin
public int VerticalResultantMargin {get; set;}
public: __property int get_VerticalResultantMargin();
public: __property void set_VerticalResultantMargin(
int value
);
public:
property int VerticalResultantMargin {
int get();
void set ( int value);
}
Property Value
An integer value which represents the size of the top margin
after processing.
See Also