Click or drag to resize
Pdftools logo

PngImageOptions Class

The settings for PNG output images

For the output file name, it is recommended to use the file extension ".png".
Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfTools.Pdf2ImageImageOptions
        PdfTools.Pdf2ImagePngImageOptions

Namespace: PdfTools.Pdf2Image
Assembly: PdfTools (in PdfTools.dll) Version: 1.7.0+cfcc11b476b3e1eb4320f0f37269191f64e36bd8
Syntax
C#
public class PngImageOptions : ImageOptions

The PngImageOptions type exposes the following members.

Constructors
 NameDescription
Public methodPngImageOptions 
Top
Properties
 NameDescription
Public propertyBackground

Combine a background with the image

This property allows a choice of which background to combine with the image.

Default: White

Public propertyColorSpace

The color space of the output image

Get or set the color space.

Default: Rgb

Top
Methods
 NameDescription
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also