Click or drag to resize

XlsPageSetupBase SetCustomPaperSize Method

Sets the custom paper size. Unit mm.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SetCustomPaperSize(
	float width,
	float height
)

Parameters

width
Type: System Single
height
Type: System Single
See Also