Module pdfium_render::render_config
source · [−]Expand description
Defines the PdfRenderConfig struct, a builder-based approach to configuring
the rendering of PdfBitmap objects from one or more PdfPage objects.
Structs
Configures the scaling, rotation, and rendering settings that should be applied to
a PdfPage to create a
PdfBitmap for that page. PdfRenderConfig can accommodate pages of
different sizes while correctly maintaining each page’s aspect ratio, automatically
rotate portrait or landscape pages, generate page thumbnails, apply maximum and
minimum pixel sizes to the scaled width and height of the final bitmap, highlight form fields
with different colors, apply custom transforms to the page during rendering, and set
internal Pdfium rendering flags.