Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public bool GetDrawelInputPosition(
	DrawelInput drawelInput,
	out Page renderPage,
	out int pageControlsCount,
	out int drawelIndex
)
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Function GetDrawelInputPosition ( _
	drawelInput As DrawelInput, _
	<OutAttribute> ByRef renderPage As Page, _
	<OutAttribute> ByRef pageControlsCount As Integer, _
	<OutAttribute> ByRef drawelIndex As Integer _
) As Boolean

Parameters

drawelInput
Type: C1.C1PrintDocument.DocEngine.Src..::.DrawelInput
renderPage
Type: C1.C1PrintDocument.DocEngine.Render..::.Page%
pageControlsCount
Type: System..::.Int32%
drawelIndex
Type: System..::.Int32%

See Also