PDFPaginationClosure

public typealias PDFPaginationClosure = (_ page: Int, _ total: Int) -> String

Closure for custom pagination formatting.

Parameters

page

Int - Current page number

total

Int - Total amount of pages

Return Value

Formatted pagination string