Sets the page width.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public PrintMatrix SetPageWidth(
	int pageWidth
)
Visual Basic (Declaration)
Public Function SetPageWidth ( _
	pageWidth As Integer _
) As PrintMatrix
Visual C++
public:
PrintMatrix^ SetPageWidth(
	int pageWidth
)

Parameters

pageWidth
Type: System..::.Int32
An int specifying the page width.

Return Value

The PrintMatrix object.

Remarks

The default value is the largest possible integer.

See Also