class Infragistics.Documents.Reports.Report.PageMargins
   inherits System.Object:

   def public property Left as decimal
      get.

   def public property Top as decimal
      get.

   def public property Right as decimal
      get.

   def public property Bottom as decimal
      get.

   def public property Name as character
      get.

   def public static property Normal as Infragistics.Documents.Reports.Report.PageMargins
      get.

   def public static property Narrow as Infragistics.Documents.Reports.Report.PageMargins
      get.

   def public static property Moderate as Infragistics.Documents.Reports.Report.PageMargins
      get.

   def public static property Wide as Infragistics.Documents.Reports.Report.PageMargins
      get.

   constructor public PageMargins(input left as decimal, input top as decimal, input right as decimal, input bottom as decimal):
   end constructor.

   method public final static character GetName(input pageMargins as Infragistics.Documents.Reports.Report.PageMargins):
   end method.

   method public final static Infragistics.Documents.Reports.Report.PageMargins GetPageMargins(input name as character):
   end method.

   method public override character ToString():
   end method.

end class.
