page

open fun page(@IntRange(from = 0) pageIndex: Int): PdfActivityConfiguration.Builder

Sets the page to start the document at. Default value is 0.

Parameters

pageIndex

Page at which the document should initially start (0-indexed).