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.15.0+147e4fc493a307e6b18a87db67c367af92815484
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