TBD: Sets Width and Height properties t specified values.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public void SetPaperSizes(
	Unit width,
	Unit height
)
Visual Basic
Public Sub SetPaperSizes ( _
	width As Unit, _
	height As Unit _
)

Parameters

width
Type: C1.C1Preview..::..Unit
Value of Width property.
height
Type: C1.C1Preview..::..Unit
Value of Height property.

See Also