EVO HTML to PDF Converter

DocumentGetPage Method

Winnovative Client for .NET Documentation
Gets the PDF page from the given index or null if the index is out of bounds

Namespace:  Winnovative.HtmlToPdfClient
Assembly:  WnvHtmlToPdfClient (in WnvHtmlToPdfClient.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax

public PdfPage GetPage(
	int index
)

Parameters

index
Type: SystemInt32
The index of the PDF page to retrieve

Return Value

Type: PdfPage
The PDF page from the given index or null if the index is out of bounds
See Also

Reference