Jump to content
Software FX Community

Image generation and border


User (Legacy)

Recommended Posts

Hello,

I'm generating some Jpeg images using VB with the following code lines :

Chart.ImgWidth = 330

Chart.ImgHeight = 165

Chart.ImgTags = "Jpeg"

Chart.Export 1, "c:\test.jpg"

How can I do to avoid the border around the image ?

I saw in the documentation something like Chart.ImgTags = "border=0"

but it doesn't seems to wok.

Any Idea ?

Thanks a lot,

Murielle Menon.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...