File: Windows.Win32.PRINTER_DEVICE_CAPABILITIES.g.cs
Project: src\src\System.Drawing.Common\src\System.Drawing.Common.csproj (System.Drawing.Common)
// ------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
// ------------------------------------------------------------------------------

#pragma warning disable CS1591,CS1573,CS0465,CS0649,CS8019,CS1570,CS1584,CS1658,CS0436,CS8981
using global::System;
using global::System.Diagnostics;
using global::System.Diagnostics.CodeAnalysis;
using global::System.Runtime.CompilerServices;
using global::System.Runtime.InteropServices;
using global::System.Runtime.Versioning;
using winmdroot = global::Windows.Win32;
namespace Windows.Win32
{
	namespace Storage.Xps
	{
		[global::System.CodeDom.Compiler.GeneratedCode("Microsoft.Windows.CsWin32", "0.3.151+58e949951d.RR")]
		internal enum PRINTER_DEVICE_CAPABILITIES : ushort
		{
			DC_BINNAMES = 12,
			DC_BINS = 6,
			DC_COLLATE = 22,
			DC_COLORDEVICE = 32,
			DC_COPIES = 18,
			DC_DRIVER = 11,
			DC_DUPLEX = 7,
			DC_ENUMRESOLUTIONS = 13,
			DC_EXTRA = 9,
			DC_FIELDS = 1,
			DC_FILEDEPENDENCIES = 14,
			DC_MAXEXTENT = 5,
			DC_MEDIAREADY = 29,
			DC_MEDIATYPENAMES = 34,
			DC_MEDIATYPES = 35,
			DC_MINEXTENT = 4,
			DC_ORIENTATION = 17,
			DC_NUP = 33,
			DC_PAPERNAMES = 16,
			DC_PAPERS = 2,
			DC_PAPERSIZE = 3,
			DC_PERSONALITY = 25,
			DC_PRINTERMEM = 28,
			DC_PRINTRATE = 26,
			DC_PRINTRATEPPM = 31,
			DC_PRINTRATEUNIT = 27,
			DC_SIZE = 8,
			DC_STAPLE = 30,
			DC_TRUETYPE = 15,
			DC_VERSION = 10,
		}
	}
}