(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / System.Drawing / System.Drawing.Printing / PaperKind.cs
blobca703fa781107634c9d880def0f167f60b36a3c4
1 //
2 // System.Drawing.PaperKind.cs
3 //
4 // (C) 2002 Ximian, Inc. http://www.ximian.com
5 // Author: Dennis Hayes (dennish@raytek.com)
6 //
8 //
9 // Copyright (C) 2004 Novell, Inc (http://www.novell.com)
11 // Permission is hereby granted, free of charge, to any person obtaining
12 // a copy of this software and associated documentation files (the
13 // "Software"), to deal in the Software without restriction, including
14 // without limitation the rights to use, copy, modify, merge, publish,
15 // distribute, sublicense, and/or sell copies of the Software, and to
16 // permit persons to whom the Software is furnished to do so, subject to
17 // the following conditions:
18 //
19 // The above copyright notice and this permission notice shall be
20 // included in all copies or substantial portions of the Software.
21 //
22 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
23 // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
24 // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
25 // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
26 // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
27 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
28 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
30 using System;
32 namespace System.Drawing.Printing
34 public enum PaperKind
36 A2 = 66,
37 A3 = 8,
38 A3Extra = 63,
39 A3ExtraTransverse = 68,
40 A3Rotated = 76,
41 A3Transverse = 67,
42 A4 = 9,
43 A4Extra = 53,
44 A4Plus = 60,
45 A4Rotated = 77,
46 A4Small = 10,
47 A4Transverse = 55,
48 A5 = 11,
49 A5Extra = 64,
50 A5Rotated = 78,
51 A5Transverse = 61,
52 A6 = 70,
53 A6Rotated = 83,
54 APlus = 57,
55 B4 = 12,
56 B4Envelope = 33,
57 B4JisRotated = 79,
58 B5 = 13,
59 B5Envelope = 34,
60 B5Extra = 65,
61 B5JisRotated = 80,
62 B5Transverse = 61,
63 B6Envelope = 35,
64 B6Jis = 88,
65 B6JisRotated = 89,
66 BPlus = 58,
67 C3Envelope = 29,
68 C4Envelope = 30,
69 C5Envelope = 34,
70 C65Envelope = 32,
71 C6Envelope = 31,
72 CSheet = 24,
73 Custom = 0,
74 DLEnvelope = 27,
75 DSheet = 25,
76 ESheet = 26,
77 Executive = 7,
78 Folio = 14,
79 GermanLegalFanfold = 41,
80 GermanStandardFanfold = 40,
81 InviteEnvelope = 47,
82 IsoB4 = 42,
83 ItalyEnvelope = 36,
84 JapaneseDoublePostcard = 69,
85 JapaneseDoublePostcardRotated = 81,
86 JapaneseEnvelopeChouNumber3 = 73,
87 JapaneseEnvelopeChouNumber3Rotated = 86,
88 JapaneseEnvelopeChouNumber4 = 74,
89 JapaneseEnvelopeChouNumber4Rotated = 87,
90 JapaneseEnvelopeKakuNumber2 = 71,
91 JapaneseEnvelopeKakuNumber2Rotated = 84,
92 JapaneseEnvelopeKakuNumber3 = 72,
93 JapaneseEnvelopeKakuNumber3Rotated = 85,
94 JapaneseEnvelopeYouNumber4 = 91,
95 JapaneseEnvelopeYouNumber4Rotated = 92,
96 JapanesePostcard = 43,
97 JapanesePostcardRotated = 81,
98 Ledger = 4,
99 Legal = 5,
100 LegalExtra = 51,
101 Letter = 1,
102 LetterExtra = 50,
103 LetterExtraTransverse = 56,
104 LetterPlus = 59,
105 LetterRotated = 75,
106 LetterSmall = 2,
107 LetterTransverse = 54,
108 MonarchEnvelope = 37,
109 Note = 18,
110 Number10Envelope = 20,
111 Number11Envelope = 21,
112 Number12Envelope = 22,
113 Number14Envelope = 23,
114 Number9Envelope = 19,
115 PersonalEnvelope = 38,
116 Prc16K = 93,
117 Prc16KRotated = 106,
118 Prc32K = 94,
119 Prc32KBig = 95,
120 Prc32KBigRotated = 108,
121 Prc32KRotated = 107,
122 PrcEnvelopeNumber1 = 96,
123 PrcEnvelopeNumber10 = 105,
124 PrcEnvelopeNumber10Rotated = 118,
125 PrcEnvelopeNumber1Rotated = 109,
126 PrcEnvelopeNumber2 = 97,
127 PrcEnvelopeNumber2Rotated = 110,
128 PrcEnvelopeNumber3 = 98,
129 PrcEnvelopeNumber3Rotated = 111,
130 PrcEnvelopeNumber4 = 99,
131 PrcEnvelopeNumber4Rotated = 112,
132 PrcEnvelopeNumber5 = 100,
133 PrcEnvelopeNumber5Rotated = 113,
134 PrcEnvelopeNumber6 = 101,
135 PrcEnvelopeNumber6Rotated = 114,
136 PrcEnvelopeNumber7 = 102,
137 PrcEnvelopeNumber7Rotated = 115,
138 PrcEnvelopeNumber8 = 103,
139 PrcEnvelopeNumber8Rotated = 116,
140 PrcEnvelopeNumber9 = 104,
141 PrcEnvelopeNumber9Rotated = 117,
142 Quarto = 15,
143 Standard10x11 = 45,
144 Standard10x14 = 16,
145 Standard11x17 = 17,
146 Standard12x11 = 90,
147 Standard15x11 = 46,
148 Standard9x11 = 44,
149 Statement = 6,
150 Tabloid = 3,
151 TabloidExtra = 52,
152 USStandardFanfold = 39