IPosPrinterJob Interface
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.
Represents actions common to jobs for all types of stations for a point-of-service printer.
public interface class IPosPrinterJob
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2593390684, 1557, 17809, 165, 143, 48, 248, 126, 223, 226, 228)]
struct IPosPrinterJob
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2593390684, 1557, 17809, 165, 143, 48, 248, 126, 223, 226, 228)]
public interface IPosPrinterJob
Public Interface IPosPrinterJob
- Derived
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Methods
ExecuteAsync() |
Runs the print job on the printer station asynchronously. |
Print(String) |
Adds an instruction to the print job to print the specified text. |
PrintLine() |
Adds an instruction to the print job to print a newline character. |
PrintLine(String) |
Adds an instruction to the print job to print the specified line of text. |