Show / Hide Table of Contents

Enum PDFRasterizer.Type

PDFNet includes two separate rasterizer implementations utilizing different graphics libraries. The default rasterizer is 'e_BuiltIn' which is a high-quality, anti-aliased and platform independent rasterizer. This rasterizer is available on all supported platforms. On Windows platforms, PDFNet also includes GDI+ based rasterizer. This rasterizer is included mainly to provide vector output for printing, for EMF/WMF export, etc. For plain image rasterization we recommend using the built-in rasterizer.

Namespace: pdftron.PDF
Assembly: PDFTronDotNet.dll
Syntax
[Obsolete("Deprecated, will be removed in the next update.")]
public enum PDFRasterizer.Type

Fields

Name Description
e_BuiltIn

high-quality, platform independent rasterizer.

e_GDIPlus

GDI+ based rasterizer.

In This Article
  • Fields
Back to top Generated by DocFX