PdfDocument.GetPage

Gets the PdfPage which contains page details like width and height.

public PdfPage GetPage(int pageNumber)
Function GetPage(pageNumber As Integer) As PdfPage

Parameters

pageNumber
Int32

Page number of the PdfPage required.

Returns

PdfPage

PdfPage related to the respective page number.

Licensing Info

This method is a DynamicPDF Viewer feature. One of the following is required for non-evaluation usage:

Remarks

Page number starting from one.

See Also

PdfPage
PdfDocument
ceTe.DynamicPDF.Viewer

In this topic