IPrintDocumentPackageTarget interface
Allows users to enumerate the supported package target types and to create one with a given type ID. IPrintDocumentPackageTarget also supports the tracking of the package printing progress and cancelling.
Members
The IPrintDocumentPackageTarget interface inherits from the IUnknown interface. IPrintDocumentPackageTarget also has these types of members:
Methods
The IPrintDocumentPackageTarget interface has these methods.
| Method | Description |
|---|---|
| Cancel |
Cancels the current print job. |
| GetPackageTarget |
Retrieves the pointer to the specific document package target, which allows the client to add a document with the given target type. Clients can call this method multiple times but they always have to use the same target ID. |
| GetPackageTargetTypes |
Enumerates the supported target types. |
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |