CurrentPage
IPDFDocument4 :: General document management :: Common

See Also
Collapse All

This property gets or sets the index of the current page.

Syntax

LONG CurrentPage { get; set; }
Value
Index of the current page

Remarks

You may use this property to change the current PDF document page.

When a page is added to the PDF document and set as current, the built-in font "Helvetica" (8pt) is selected for the page. Call UseFont to change the page's current font.

See theĀ AddPage method for examples.

See Also

Reference