WritePDF.BuildPage Method

Override this method to add elements in the page.
Protected Overridable Sub BuildPage( _ 
ByVal pPage As OdPage, _ 
ByVal pageIndex As Integer
)
This language is not supported or no code example is available.
protected virtual void BuildPage( 
OdPage pPage
int pageIndex 
)
This language is not supported or no code example is available.

Parameters

pPage
OdPage

The page of the PDF document

pageIndex
int

The page index. Zero for the first page

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition