PdfUtilHasDistiller Method

Printer API Documentation
Check if a given distiller type is installed in the required version.

Namespace:  pdf7.PdfWriter
Assembly:  pdf7.PdfWriter (in pdf7.PdfWriter.dll) Version: 4.0.0.0 (4.0.1000.111)
Syntax

public static bool HasDistiller(
	string printerName,
	PdfUtilDistillerType distillerType
)

Parameters

printerName
Type: SystemString
Name of PDF printer.
distillerType
Type: pdf7.PdfWriterPdfUtilDistillerType
Identifier of distiller type: ghostscript, pstill, normalizer.

Return Value

Type: Boolean
A boolean value indicating if the specified distiller type is available in a compatible version.
See Also

Reference