Forum Discussion
AlexKaras
16 years agoCommunity Hero
Hi Jessica,
> Is there a way to specify what format to use (BMP, PNG, color depth, etc.) when calling Regions.AddPicture and passing in an onscreen object?
From "Regions.AddPicture" help topic:
The image format is specified by TestComplete’s Images option. It can also be set at test run time using the
Hope this will help...
> Is there a way to specify what format to use (BMP, PNG, color depth, etc.) when calling Regions.AddPicture and passing in an onscreen object?
From "Regions.AddPicture" help topic:
The image format is specified by TestComplete’s Images option. It can also be set at test run time using the
Options.Images.SetDefaultPictureConfiguration method.Hope this will help...