PrintTaskConfigurationSaveRequest Class

Definition

Called when the print dialog for your app raises a SaveRequested event.

public ref class PrintTaskConfigurationSaveRequest sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.Printers.Extensions.ExtensionsContract, 65536)]
class PrintTaskConfigurationSaveRequest final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.Printers.Extensions.ExtensionsContract), 65536)]
public sealed class PrintTaskConfigurationSaveRequest
Public NotInheritable Class PrintTaskConfigurationSaveRequest
Inheritance
Object Platform::Object IInspectable PrintTaskConfigurationSaveRequest
Attributes

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.Devices.Printers.Extensions.ExtensionsContract (introduced in v1.0)

Remarks

The Microsoft Store device app uses a PrintTaskConfigurationSaveRequest object to further process the client's request to save the print task configuration.

Properties

Deadline

Gets the date-time object that provides the deadline information for the print task.

Methods

Cancel()

Called by the device app to cancel the client's request to save the print task configuration.

GetDeferral()

Called by the device app when it has to complete some asynchronous tasks before it can save the print task configuration information.

Save(Object)

Called by the device app to save the print task configuration.

Applies to