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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public Rectangle DocumentPageToClient(
	int pageIdx,
	RectangleF r
)
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Function DocumentPageToClient ( _
	pageIdx As Integer, _
	r As RectangleF _
) As Rectangle

Parameters

pageIdx
Type: System..::.Int32
r
Type: System.Drawing..::.RectangleF

See Also