Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PagingSigConfig

Hierarchy

  • PagingSigConfig

Index

Properties

firstPagePercent

firstPagePercent: number

Specifies paging seal signature percent on first page. Should be larger than 0.0, less than 1.0.

height

height: number

image

image: string

Specifies paging seal signature image, e.g. BLOB URL, HTTP, HTTPS, and Base64URL.

offset

offset: number

Specifies paging seal signature offset. Should not be a negative number.

pageRange

pageRange: number[]

Specifies paging seal signature page index range, like: [startIndex: number, endIndex: number] example: [1, 2] means the first three pages. pageRange min value is 1, max value is pageCount

position

position: string

Specifies paging seal signature position. One of 'left', 'top', 'right', 'bottom'.

width

width: number