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

Syntax

C#
public PageFormContext(
	IRenderInputControlParent container,
	Rectangle bounds,
	float zoomFactor
)
Visual Basic (Declaration)
Public Sub New ( _
	container As IRenderInputControlParent, _
	bounds As Rectangle, _
	zoomFactor As Single _
)

See Also