Gets or sets a value that indicates whether to preserve the aspect ratio when moving a corner thumb for all AnnEditDesigner derived classes.
Object.defineProperty(AnnAutomationManager.prototype, 'maintainAspectRatio',
get: function(),
set: function(value)
)
maintainAspectRatio: boolean;
true to maintain the aspect ratio; otherwise, it is false. The default value is true.
When selecting an AnnRectangleObject, any annotation object that derives from AnnRectangleObject, or a AnnGroupObject, eight thumbs appear. If MaintainAspectRatio is true (default), dragging one of the four corner thumbs will change the size of the annotation object while maintaining its aspect ratio. If this value is false, the aspect ratio is not preserved.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET