2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / System.Drawing / System.Drawing.Printing / PaperKind.cs
index 137a0da4a9b0eb762a09a0edb9887b483389d471..ca703fa781107634c9d880def0f167f60b36a3c4 100644 (file)
@@ -4,10 +4,35 @@
 // (C) 2002 Ximian, Inc.  http://www.ximian.com\r
 // Author: Dennis Hayes (dennish@raytek.com)\r
 //\r
-using System;\r
+
+//
+// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
+//
+// Permission is hereby granted, free of charge, to any person obtaining
+// a copy of this software and associated documentation files (the
+// "Software"), to deal in the Software without restriction, including
+// without limitation the rights to use, copy, modify, merge, publish,
+// distribute, sublicense, and/or sell copies of the Software, and to
+// permit persons to whom the Software is furnished to do so, subject to
+// the following conditions:
+// 
+// The above copyright notice and this permission notice shall be
+// included in all copies or substantial portions of the Software.
+// 
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+//
+using System;
+\r
 namespace System.Drawing.Printing \r
 {\r
-       public enum PaperKind {\r
+       public enum PaperKind
+       {\r
                A2 = 66,\r
                A3 = 8,\r
                A3Extra = 63,\r
@@ -29,8 +54,10 @@ namespace System.Drawing.Printing
                APlus = 57,\r
                B4 = 12,\r
                B4Envelope = 33,\r
-               B4JisRotated = 79,\r
-               B5Extra,\r
+               B4JisRotated = 79,
+               B5 = 13,
+               B5Envelope = 34,\r
+               B5Extra = 65,\r
                B5JisRotated = 80,\r
                B5Transverse = 61,\r
                B6Envelope = 35,\r
@@ -40,7 +67,8 @@ namespace System.Drawing.Printing
                C3Envelope = 29,\r
                C4Envelope = 30,\r
                C5Envelope = 34,\r
-               C65Envelope = 32,\r
+               C65Envelope = 32,
+               C6Envelope = 31,\r
                CSheet = 24,\r
                Custom = 0,\r
                DLEnvelope = 27,\r
@@ -51,7 +79,8 @@ namespace System.Drawing.Printing
                GermanLegalFanfold = 41,\r
                GermanStandardFanfold = 40,\r
                InviteEnvelope = 47,\r
-               IsoB4 = 42,\r
+               IsoB4 = 42,
+               ItalyEnvelope = 36,\r
                JapaneseDoublePostcard = 69,\r
                JapaneseDoublePostcardRotated = 81,\r
                JapaneseEnvelopeChouNumber3 = 73,\r