Arbortext IsoView > Programmer's Reference > Properties > ResizeToFit
  
ResizeToFit
* 
This property is obsolete since version 3.0.
This property enables / disables the resizing of the illustration to the viewer window. It is recommended to disable this before changing the position an size using OffsetX, OffsetY, ViewSize. It should be enabled if viewports are used.
This property sets the resize to fit status as Boolean.
See also:
OffsetX.
OffsetY.
ViewSize.
Introduced with Arbortext IsoView 1.0.
document.ivx1.ResizeToFit = true;
ordocument.ivx1.setResizeToFit( true )