Click or drag to resize

PDFRasterizerSetRasterizerType Method

Sets rasterizer to the specified type

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetRasterizerType(
	PDFRasterizerType type
)

Parameters

type
Type: pdftron.PDFPDFRasterizerType
PDFRasterizer type
Remarks
This method is deprecated, since the GDI+ rasterizer itself is deprecated and will be removed in a future version of PDFNet. It is strongly recommended to use the built-in rasterizer and to use the XPS print path where vector conversion is needed.
See Also