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.9.1+b77910aba6fa7f07fcfd9b66a6f8c5a618f049a3
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