Namespace:  C1.Win.C1PrintPreview
Assembly:  C1.Win.C1PrintPreview.Classic.2 (in C1.Win.C1PrintPreview.Classic.2.dll)

Syntax

C#
public C1ViewState(
	int pageIndex,
	int cols,
	int rows,
	float zoomFactor,
	ZoomModeEnum zoomMode,
	Point topLeft
)
Visual Basic (Declaration)
Public Sub New ( _
	pageIndex As Integer, _
	cols As Integer, _
	rows As Integer, _
	zoomFactor As Single, _
	zoomMode As ZoomModeEnum, _
	topLeft As Point _
)

Parameters

pageIndex
Type: System..::.Int32
cols
Type: System..::.Int32
rows
Type: System..::.Int32
zoomFactor
Type: System..::.Single
zoomMode
Type: C1.Win.C1PrintPreview..::.ZoomModeEnum
topLeft
Type: System.Drawing..::.Point

See Also