setFixedFullPageRenderPixelCount

fun setFixedFullPageRenderPixelCount(fixedFullPageRenderPixelCount: Int?): PdfConfiguration.Builder

Sets the number of pixels in full-page renderings to a fixed size. By default, the size (i.e. the resolution) of full-page renderings inside the PdfFragment will be set to an optimized pixel count, based on the device specs and performance. Using this method, you can override the default and set it to a fixed value.

Parameters

fixedFullPageRenderPixelCount

Fixed full-page pixel count, may be null.