Inesoft PrintCE SDK .NET
PrintCE::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.TopMargin;
            object.TopMargin =
value;

VB Syntax: Dim value As Double = object.TopMargin
            object.TopMargin =
value

Parameters

value

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

 


© 2009 Inesoft. All rights reserved.