Builder
Builder to create a PageRenderConfiguration instance
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
open fun excludedAnnotationTypes(excludedAnnotationTypes: List<AnnotationType>): PageRenderConfiguration.Builder
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 renderedDrawables(@NonNull pdfDrawables: List<PdfDrawable>): PageRenderConfiguration.Builder
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
open fun signHereOverlayBackgroundColor(@ColorInt @Nullable color: Integer): PageRenderConfiguration.Builder
Sets color of the background of the sign here arrow.
Link copied to clipboard
Sets if the colors will be converted to grayscale.