@sunil wrote:
var diaWidth=63431, diaHeight=1010;
var test= diagram.makeImageData({
background: 'white',
scale: 1,
type: "image/jpeg",
maxSize: new go.Size(diaWidth, diaHeight)
});Above is the code I am used to set the image width and height but still its not working for me.
Could give suggestion for me how to resolve this.
Posts: 2
Participants: 2