StdPrinterType Enumeration

From PDF XChange PDF SDK
Revision as of 06:44, 3 August 2020 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Specifies the ...

Syntax

enum StdPrinterType
{
    Std_PT_Generic    = 0,
    Std_PT_PCL        = 1,
    Std_PT_PCL_XL     = 2,
    Std_PT_PostScript = 3,
    Std_PT_XPS        = 4,
};

Constants

Std_PT_Generic
The ...
Std_PT_PCL
The ...
Std_PT_PCL_XL
The ...
Std_PT_PostScript
The ...
Std_PT_XPS
The ...

See Also

IPrintTarget::PrinterType