Inesoft PrintCE SDK EVC++
CPrintCE::TopMargin Property

Top 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.GetTopMargin();
            object.SetTopMargin(double value);

eVB Syntax: value = object.TopMargin
            object.TopMargin = value

Parameters

value

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

 


© 2009 Inesoft. All rights reserved.