Link Search Menu Expand Document

ComHelpersCreatePage3 Method

Creates new document page with specified width and height.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public Page CreatePage3(
	float width,
	float height
)

Parameters

width
Type: SystemSingle
Page width.
height
Type: SystemSingle
Page height.

Return Value

Type: Page

[Missing <returns> documentation for "M:Bytescout.PDF.ComHelpers.CreatePage3(System.Single,System.Single)"]

See Also

Reference