Click or drag to resize

IPdfPageSetSize Method

Sets the size of the PDF page in points.

Namespace:  Opait.Barcoder.Api
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
void SetSize(
	float width,
	float height
)

Parameters

width
Type: SystemSingle
The width of the page in points.
height
Type: SystemSingle
The height of the page in points.
See Also