fix typo
[mcs.git] / class / System.Drawing / System.Drawing.Printing / PaperKind.cs
blobd379f1ef5d31978b98a82d3f2e129f1c16ef3064
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 #if NET_2_0
35 [Serializable]
36 #endif
37 public enum PaperKind
39 A2 = 66,
40 A3 = 8,
41 A3Extra = 63,
42 A3ExtraTransverse = 68,
43 A3Rotated = 76,
44 A3Transverse = 67,
45 A4 = 9,
46 A4Extra = 53,
47 A4Plus = 60,
48 A4Rotated = 77,
49 A4Small = 10,
50 A4Transverse = 55,
51 A5 = 11,
52 A5Extra = 64,
53 A5Rotated = 78,
54 A5Transverse = 61,
55 A6 = 70,
56 A6Rotated = 83,
57 APlus = 57,
58 B4 = 12,
59 B4Envelope = 33,
60 B4JisRotated = 79,
61 B5 = 13,
62 B5Envelope = 34,
63 B5Extra = 65,
64 B5JisRotated = 80,
65 B5Transverse = 62,
66 B6Envelope = 35,
67 B6Jis = 88,
68 B6JisRotated = 89,
69 BPlus = 58,
70 C3Envelope = 29,
71 C4Envelope = 30,
72 C5Envelope = 28,
73 C65Envelope = 32,
74 C6Envelope = 31,
75 CSheet = 24,
76 Custom = 0,
77 DLEnvelope = 27,
78 DSheet = 25,
79 ESheet = 26,
80 Executive = 7,
81 Folio = 14,
82 GermanLegalFanfold = 41,
83 GermanStandardFanfold = 40,
84 InviteEnvelope = 47,
85 IsoB4 = 42,
86 ItalyEnvelope = 36,
87 JapaneseDoublePostcard = 69,
88 JapaneseDoublePostcardRotated = 82,
89 JapaneseEnvelopeChouNumber3 = 73,
90 JapaneseEnvelopeChouNumber3Rotated = 86,
91 JapaneseEnvelopeChouNumber4 = 74,
92 JapaneseEnvelopeChouNumber4Rotated = 87,
93 JapaneseEnvelopeKakuNumber2 = 71,
94 JapaneseEnvelopeKakuNumber2Rotated = 84,
95 JapaneseEnvelopeKakuNumber3 = 72,
96 JapaneseEnvelopeKakuNumber3Rotated = 85,
97 JapaneseEnvelopeYouNumber4 = 91,
98 JapaneseEnvelopeYouNumber4Rotated = 92,
99 JapanesePostcard = 43,
100 JapanesePostcardRotated = 81,
101 Ledger = 4,
102 Legal = 5,
103 LegalExtra = 51,
104 Letter = 1,
105 LetterExtra = 50,
106 LetterExtraTransverse = 56,
107 LetterPlus = 59,
108 LetterRotated = 75,
109 LetterSmall = 2,
110 LetterTransverse = 54,
111 MonarchEnvelope = 37,
112 Note = 18,
113 Number10Envelope = 20,
114 Number11Envelope = 21,
115 Number12Envelope = 22,
116 Number14Envelope = 23,
117 Number9Envelope = 19,
118 PersonalEnvelope = 38,
119 Prc16K = 93,
120 Prc16KRotated = 106,
121 Prc32K = 94,
122 Prc32KBig = 95,
123 Prc32KBigRotated = 108,
124 Prc32KRotated = 107,
125 PrcEnvelopeNumber1 = 96,
126 PrcEnvelopeNumber10 = 105,
127 PrcEnvelopeNumber10Rotated = 118,
128 PrcEnvelopeNumber1Rotated = 109,
129 PrcEnvelopeNumber2 = 97,
130 PrcEnvelopeNumber2Rotated = 110,
131 PrcEnvelopeNumber3 = 98,
132 PrcEnvelopeNumber3Rotated = 111,
133 PrcEnvelopeNumber4 = 99,
134 PrcEnvelopeNumber4Rotated = 112,
135 PrcEnvelopeNumber5 = 100,
136 PrcEnvelopeNumber5Rotated = 113,
137 PrcEnvelopeNumber6 = 101,
138 PrcEnvelopeNumber6Rotated = 114,
139 PrcEnvelopeNumber7 = 102,
140 PrcEnvelopeNumber7Rotated = 115,
141 PrcEnvelopeNumber8 = 103,
142 PrcEnvelopeNumber8Rotated = 116,
143 PrcEnvelopeNumber9 = 104,
144 PrcEnvelopeNumber9Rotated = 117,
145 Quarto = 15,
146 Standard10x11 = 45,
147 Standard10x14 = 16,
148 Standard11x17 = 17,
149 Standard12x11 = 90,
150 Standard15x11 = 46,
151 Standard9x11 = 44,
152 Statement = 6,
153 Tabloid = 3,
154 TabloidExtra = 52,
155 USStandardFanfold = 39