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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override void OnEndPage(
	PrintDocument document,
	PrintPageEventArgs e
)
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Overrides Sub OnEndPage ( _
	document As PrintDocument, _
	e As PrintPageEventArgs _
)

See Also