Expand description

Defines the PdfBitmapConfig 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. PdfBitmapConfig can accommodate pages of different sizes while correctly maintaining each page’s aspect ratio, automatically rotate portrait or landscape pages, generate page thumbnails, and apply maximum and minimum pixel sizes to the scaled width and height of the final bitmap.