Click or drag to resize

Presentation SetPageSize Method

Set page size.

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void SetPageSize(
	float w,
	float h,
	bool IsRatio
)

Parameters

w
Type: System Single
Width or width ratio
h
Type: System Single
Height or height ratio
IsRatio
Type: System Boolean
See Also