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.6.0+e1db8f4bf6125495a2d29513486ea3e61205c81b
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