[]
        
(Showing Draft Content)

FarPoint.Win.Spread.PrintMargin.-ctor

PrintMargin Constructor

PrintMargin()

Creates a new PrintMargin object with margins set to zero.

Declaration
public PrintMargin()
Public Sub New()

PrintMargin(int, int, int, int, int, int)

Creates a new PrintMargin object with the specified margins.

Declaration
public PrintMargin(int left, int top, int right, int bottom, int header, int footer)
Public Sub New(left As Integer, top As Integer, right As Integer, bottom As Integer, header As Integer, footer As Integer)
Parameters
Type Name Description
int left

Size of the left margin in 100th-of-an-inch units

int top

Size of the top margin in 100th-of-an-inch units

int right

Size of the right margin in 100th-of-an-inch units

int bottom

Size of the bottom margin in 100th-of-an-inch units

int header

Size of the header margin in 100th-of-an-inch units

int footer

Size of the footer margin in 100th-of-an-inch units