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(ReportSec
tion).AddP
ictureObje
ct(strImag
ePath, 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