Table of Contents

Enum WinGDI.DeviceTechnology

Namespace
Npp.DotNet.Plugin.Winforms
Assembly
Npp.DotNet.Plugin.dll

Possible bit flags for the return value of GetDeviceCaps(IntPtr, DeviceCapability) when the index parameter is TECHNOLOGY.

[Flags]
public enum WinGDI.DeviceTechnology : uint

Fields

DT_CHARSTREAM = 4

Character-stream, PLP

DT_DISPFILE = DT_RASPRINTER | DT_CHARSTREAM

Display-file

DT_METAFILE = DT_RASDISPLAY | DT_CHARSTREAM

Metafile, VDM

DT_PLOTTER = 0

Vector plotter

DT_RASCAMERA = DT_RASDISPLAY | DT_RASPRINTER

Raster camera

DT_RASDISPLAY = 1

Raster display

DT_RASPRINTER = 2

Raster printer