IPrintTaskSettingsActivatedEventArgs.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 the configuration information for the print task.
public:
property PrintTaskConfiguration ^ Configuration { PrintTaskConfiguration ^ get(); };
PrintTaskConfiguration Configuration();
public PrintTaskConfiguration Configuration { get; }
var printTaskConfiguration = iPrintTaskSettingsActivatedEventArgs.configuration;
Public ReadOnly Property Configuration As PrintTaskConfiguration
Property Value
The print task configuration information.