Leadtools.Annotations.Core.AnnSizeMode = function() { };
Leadtools.Annotations.Core.AnnSizeMode.prototype = {
actualSize = 0,
stretch = 1,
};
Value | Member | Description |
---|---|---|
0 | actualSize | Render the picture using its original size. |
1 | stretch | Stretch the picture to fill the destination bounding rectangle. |