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
)
Public Sub SetRasterizerType (
type As PDFRasterizerType
)
public:
virtual void SetRasterizerType(
[InAttribute] PDFRasterizerType type
) sealed
function SetRasterizerType(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