Type alias PdfPageSelection

PdfPageSelection: number | number[] | "all" | undefined

A PageSelection is a collection of pages from a PDF document. PageSelection can be used to perform operations on a subset of pages from a PDF document.< See PdfDocument

Default

undefined or "all" which mean all pages

Generated using TypeDoc