GetPrinterMediaTypes

Rendering and printing

Description

This function returns a string containing the media type numbers and names for all the media types available for the specified printer. The string returned contains a line of text for each media type, the lines of text are separated with CR/LF characters. Each line contains a numeric media type number, a comma, and the name of the media type, in double quotes.

Syntax

Delphi

function TPDFlib.GetPrinterMediaTypes(Const PrinterName: WideString): WideString;

ActiveX

Function PDFlib::GetPrinterMediaTypes(PrinterName As String) As String

DLL

wchar_t * DLGetPrinterMediaTypes(int InstanceID, wchar_t * PrinterName);

Parameters

PrinterNameThe name of the printer to query. This is the name that appears in the Windows Print Manager. Use the GetPrinterNames function to return a list of valid printers on the system. A value returned by the NewCustomPrinter function can also be used here.