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()
Public Function GetRasterizerType As PDFRasterizerType
public:
virtual PDFRasterizerType GetRasterizerType() sealed
function GetRasterizerType();
Return Value
Type:
PDFRasterizerTypethe 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