TsgCADImage.IsWithoutBorder

TsgCADImage

  Classes Reference > TsgCADImage > TsgCADImage Properties >

TsgCADImage.IsWithoutBorder

TsgCADImage

Previous pageReturn to chapter overviewNext page

Set IsWithoutBorder to True to draw the drawing without added empty space (borders).

property IsWithoutBorder: Boolean

Description

This property must be set before calling of LoadFromFile (LoadFromStream) method. If IsWithoutBorder is True then TsgCADImage.Width and TsgCADImage.Height are counted basing on difference between max and min dimensions of the drawing. If IsWithoutBorder is False then TsgCADImage.Width and TsgCADImage.Height is increased on 1/8 of its initial values.

Default value is False.

Go to CAD VCL Enterprise