Click or drag to resize
PrintMatrixSetPageWidth Method
Sets the page width.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public PrintMatrix SetPageWidth(
	int pageWidth
)

Parameters

pageWidth
Type: SystemInt32
An int specifying the page width.

Return Value

Type: PrintMatrix
The PrintMatrix object.
Remarks
The default value is the largest possible integer.
See Also