Write3DPDF.AddPage Method

Add a page to the PDF document.
Protected Function AddPage( _ 
ByVal width As Double, _ 
ByVal height As Double
) As Integer
This language is not supported or no code example is available.
protected int AddPage( 
double width
double height 
)
This language is not supported or no code example is available.

Parameters

width
double

Page width in point unit

height
double

Page height in point unit

Return Value

int

The zero-based index of the added page.

.NET Framework

Supported in: 4.8

In this article

Definition