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.0.0
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