Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.21 KB

how-to--print-using-the-gdi-print-api.md

File metadata and controls

32 lines (19 loc) · 1.21 KB
description ms.assetid title ms.topic ms.date
This topic introduces how to print from a native Windows program using the GDI&\#160;Print&\#160;API.
C212DD92-2B90-45BC-8746-29C193FBDF69
How To: Print Using the GDI Print API
article
05/31/2018

How To: Print Using the GDI Print API

This topic introduces how to print from a native Windows program using the GDI Print API.

Overview

Printing is usually an integral part of a native Windows program, so it is not a feature that you can add easily after you have written the program. When designing a program for Windows 7, you should consider using the XPS Print API to provide the printing functionality because it provides the most compatibility for the future. Programs that must run on Windows Vista and earlier versions of Windows will most likely use the GDI Print API to provide printing functionality. The GDI Print API is also supported in Windows 7, but it is more limited than the XPS Print API.

Related topics

Using Printing

How to print from a Windows application