PdfPageSize(Single, Single) Constructor

Constructs a custom page size

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public PdfPageSize(
	float width,
	float height
)

Parameters

width  Single
The page width in points
height  Single
The page height in points

See Also