PrintWorkflowPdlModificationRequestedEventArgs.GetPdlConverter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the page description language (PDL) converter for the specified conversion type.
public:
virtual PrintWorkflowPdlConverter ^ GetPdlConverter(PrintWorkflowPdlConversionType conversionType) = GetPdlConverter;
PrintWorkflowPdlConverter GetPdlConverter(PrintWorkflowPdlConversionType const& conversionType);
public PrintWorkflowPdlConverter GetPdlConverter(PrintWorkflowPdlConversionType conversionType);
function getPdlConverter(conversionType)
Public Function GetPdlConverter (conversionType As PrintWorkflowPdlConversionType) As PrintWorkflowPdlConverter
Parameters
- conversionType
- PrintWorkflowPdlConversionType
A value that indicates the PDL conversion type.
Returns
The PDL converter for the specified conversion type.