Click or drag to resize

PDFRasterizerGetRasterizerType Method

Gets the type of current rasterizer.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public PDFRasterizerType GetRasterizerType()

Return Value

Type: PDFRasterizerType
the type of current rasterizer.
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