Returns the page rectangle doc engine used by the preview

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public Rectangle PageRectangle(
	int row,
	int col
)
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Function PageRectangle ( _
	row As Integer, _
	col As Integer _
) As Rectangle

Parameters

row
Type: System..::.Int32
col
Type: System..::.Int32

See Also