Quantcast
Channel: GoJS - Northwoods Software
Viewing all articles
Browse latest Browse all 7069

Creating image with large width and height?

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles