class Infragistics.Documents.Reports.Report.PageSize
   inherits System.Object:

   def public property Height as decimal
      get.

   def public property Name as character
      get.

   def public property Width as decimal
      get.

   constructor public PageSize(input width as decimal, input height as decimal):
   end constructor.

   method public override character ToString():
   end method.

end class.
