PrintTaskConfigurationSaveRequest Class
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.
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
- Attributes
Windows requirements
| Requirements | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Deadline |
Gets the date-time object that provides the deadline information for the print task. |
Methods
| Name | Description |
|---|---|
| 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. |