Also rename the constructor
[mono.git] / mcs / class / System.Drawing / System.Drawing.Printing / PageSettings.cs
1 //\r
2 // System.Drawing.PageSettings.cs\r
3 //\r
4 // Author:\r
5 //   Dennis Hayes (dennish@Raytek.com)\r
6 //\r
7 // (C) 2002 Ximian, Inc\r
8 //\r
9 using System;\r
10 \r
11 namespace System.Drawing.Printing\r
12 {\r
13         /// <summary>\r
14         /// Summary description for PageSettings.\r
15         /// </summary>\r
16         public class PageSettings {//: IClonable\r
17                 //[MonoTODO]\r
18                 public PageSettings()\r
19                 {\r
20                         throw new NotImplementedException ();\r
21                 }\r
22 //props\r
23                 //[MonoTODO]\r
24 //              public Rectangle Bounds{\r
25 //                      get{\r
26 //                              throw new NotImplementedException ();\r
27 //                      }\r
28 //                      set{\r
29 //                              throw new NotImplementedException ();\r
30 //                      }\r
31 //              }\r
32                 [MonoTODO]\r
33                 public bool Color{\r
34                         get{\r
35                                 throw new NotImplementedException ();\r
36                         }\r
37                         set{\r
38                                 throw new NotImplementedException ();\r
39                         }\r
40                 }\r
41 \r
42                 [MonoTODO]\r
43                 public bool Landscape {\r
44                         get{\r
45                                 throw new NotImplementedException ();\r
46                         }\r
47                         set{\r
48                                 throw new NotImplementedException ();\r
49                         }\r
50                 }\r
51                 [MonoTODO]\r
52                 public Margins Margins{\r
53                         get{\r
54                                 throw new NotImplementedException ();\r
55                         }\r
56                         set{\r
57                                 throw new NotImplementedException ();\r
58                         }\r
59                 }\r
60                 [MonoTODO]\r
61                 public PaperSize PaperSize{\r
62                         get{\r
63                                 throw new NotImplementedException ();\r
64                         }\r
65                         set{\r
66                                 throw new NotImplementedException ();\r
67                         }\r
68                 }\r
69                 [MonoTODO]\r
70                 public PaperSource PaperSource{\r
71                         get{\r
72                                 throw new NotImplementedException ();\r
73                         }\r
74                         set{\r
75                                 throw new NotImplementedException ();\r
76                         }\r
77                 }\r
78                 [MonoTODO]\r
79                 public PrinterResolution PrinterResolution{\r
80                         get{\r
81                                 throw new NotImplementedException ();\r
82                         }\r
83                         set{\r
84                                 throw new NotImplementedException ();\r
85                         }\r
86                 }\r
87                 //[MonoTODO]\r
88 //              public PrinterSetting PrinterSetting{\r
89 //                      get{\r
90 //                              throw new NotImplementedException ();\r
91 //                      }\r
92 //                      set{\r
93 //                              throw new NotImplementedException ();\r
94 //                      }\r
95 //              }\r
96                 //[ComVisible(false)]\r
97                 [MonoTODO]\r
98                 public object Clone(){\r
99                         throw new NotImplementedException ();\r
100                 }\r
101 \r
102                 //[ComVisible(false)]\r
103                 [MonoTODO]\r
104                 public void CopyToHdevmode(IntPtr hdevmode){\r
105                         throw new NotImplementedException ();\r
106                 }\r
107 \r
108                 //[ComVisible(false)]\r
109                 [MonoTODO]\r
110                 public void SetHdevmode(IntPtr hdevmode){\r
111                         throw new NotImplementedException ();\r
112                 }\r
113         \r
114                 //[ComVisible(false)]\r
115                 [MonoTODO]\r
116                 public override string ToString(){\r
117                         //FIXME:  //THIS is wrong! This method is to be overridden!\r
118                         return base.ToString();\r
119                 }\r
120 \r
121         }\r
122 }\r