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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public PrintDocumentPrintController(
	IList pages,
	bool checkPrinterBounds
)
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Sub New ( _
	pages As IList, _
	checkPrinterBounds As Boolean _
)

Parameters

pages
Type: System.Collections..::.IList
checkPrinterBounds
Type: System..::.Boolean

See Also