Click or drag to resize
Pdftools logo

BackgroundType Enumeration

The background type to use when rendering into an image


Namespace: PdfTools.Pdf2Image
Assembly: PdfTools (in PdfTools.dll) Version: 1.10.0+8a8a96de3867b60fd3fc0089ea1028db6add63f1
Syntax
C#
public enum BackgroundType
Members
Member nameValueDescription
White1

White background

The input PDF content will be rendered on a white background.
Transparent2

Transparent background

The input PDF content will be rendered into an image with an alpha channel and no background.
See Also