Returns the client rectangle of the specified page

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 pageIdx
)
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Function PageRectangle ( _
	pageIdx As Integer _
) As Rectangle

Parameters

pageIdx
Type: System..::.Int32

Return Value

Page rectangle or Rectangle.Empty if none has been found

See Also