MaxColors [Get]

In Class IPicInfo

  24 Public Property Get MaxColors() As Variant
  25 Attribute MaxColors.VB_Description = "Returns the maximum number of colors possible to represent in picture"
  26 ' Returns the maximum number of colors possible to represent in picture.
  27 ' Return value:
  28 ' The return value is always numeric. The maximum value may exceed
  29 ' the size of the Long data type, therefore we use the Variant data type.
  30 
  31 End Property
  32 

Called by

DisplayPictureInfo in Form PicForm

Calls

> IPicInfo_MaxColors [Get] in Class PicBMP
> IPicInfo_MaxColors [Get] in Class PicGIF