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. (deprecated and will be removed in a future version of PDFNet) 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: PDFNet.dll
Syntax
public enum Type

Fields

Name Description
e_BuiltIn

high-quality, platform independent rasterizer.

e_GDIPlus

GDI+ based rasterizer.(Deprecated)

Back to top Generated by DocFX