Avatar of mbarazi
mbarazi
Flag for United States of America

asked on 

Addpictureobject()

I have a vb.net program where I use the function AddpictureObject provided by
CRAXDRT library. I want however to scale the image as I am adding it to the Report.

mReport.Sections(ReportSection).AddPictureObject(strImagePath, xcoordinate, ycoordinate)

take a look at the attachment Format editor off clicking picture then format
I want to set the scaling or size prior to the picture being added or if I can have a place holder image on the template and then I would refresh with a this new image and it would inhereit the scaling/size. This would work also.

Thanks
.NET ProgrammingCrystal Reports

Avatar of undefined
Last Comment
Mike McCracken

8/22/2022 - Mon