interface Infragistics.Documents.Reports.Report.IQuickImage:

   def public property TransparentColor as Infragistics.Documents.Reports.Graphics.Color
      get.
      set.

   def public property Alpha as decimal
      get.
      set.

   def public property Stretch as logical
      get.
      set.

   def public property Margins as Infragistics.Documents.Reports.Report.Margins
      get.
      set.

   def public property Parent as System.Object
      get.

   method public void SetTransparentColor(input value as character).

end interface.
