PrintWorkflowPdlModificationRequestedEventArgs.Configuration Property
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 printer job and session related information for the current page description language (PDL) conversion operation.
public:
property PrintWorkflowConfiguration ^ Configuration { PrintWorkflowConfiguration ^ get(); };
PrintWorkflowConfiguration Configuration();
public PrintWorkflowConfiguration Configuration { get; }
var printWorkflowConfiguration = printWorkflowPdlModificationRequestedEventArgs.configuration;
Public ReadOnly Property Configuration As PrintWorkflowConfiguration
Property Value
Printer job and session related information for the current PDL conversion operation.