Builder

open class Builder

Builder to create a PageRenderConfiguration instance

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Creates the configuration for page rendering.
Link copied to clipboard
Use PSPDFKits disk and memory cache to render subsequent bitmaps faster.
Link copied to clipboard
Sets the list of annotations (by object numbers) to be excluded from rendering.
Link copied to clipboard
Sets the list of annotations (by type) to be excluded from rendering.
Link copied to clipboard
Sets color used for highlighting editable form fields.
Link copied to clipboard
Sets color used for highlighting selected items inside lists, combo boxes and similar.
Link copied to clipboard
Sets color of the border around required form fields.
Link copied to clipboard
Sets if the colors will be inverted in the document.
Link copied to clipboard
Background paper color for contents.
Link copied to clipboard
Sets redaction annotation preview enabled, false by default.
Link copied to clipboard
open fun region(x: Int, y: Int, fullPageWidth: Int, fullPageHeight: Int): PageRenderConfiguration.Builder
Render a sub-region of the page.
Link copied to clipboard
Reuse bitmap as the rendering target and prevent allocation of new one.
Link copied to clipboard
Sets whether or not the sign here overlay in signature form fields should be shown.
Link copied to clipboard
Sets color of the background of the sign here arrow.
Link copied to clipboard
Sets if the colors will be converted to grayscale.