PrintMatrixSetPageWidth Method |
Sets the page width.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public PrintMatrix SetPageWidth(
int pageWidth
)
Public Function SetPageWidth (
pageWidth As Integer
) As PrintMatrix
public:
PrintMatrix^ SetPageWidth(
int pageWidth
)
member SetPageWidth :
pageWidth : int -> PrintMatrix
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