PTRasterizerType
enum PTRasterizerType {}
PDFNet includes two separate rasterizer implementations utilizing different graphics libraries.
The default rasterizer is ‘e_ptBuiltIn’ 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.
-
high-quality, platform independent rasterizer.
Declaration
Objective-C
e_ptBuiltIn
-
GDI+ based rasterizer. (Deprecated)
Declaration
Objective-C
e_ptGDIPlus