Inesoft PrintCE SDK EVC++
CPrintCE::BottomMargin Property

Bottom margin on the page in the current measurement units (it can be set by a user in the print setup dialogue).

C++ Syntax: double value = object.GetBottomMargin();
            object.SetBottomMargin(double
value);

eVB Syntax: value = object.BottomMargin
            object.BottomMargin = value

Parameters

value

Set/Get bottom margin on the page in the current measurement units.

 


© 2009 Inesoft. All rights reserved.