TsgPlotSettings type

  Classes Reference > CAD Database structure > Types >

TsgPlotSettings type

Previous pageReturn to chapter overviewNext page

Unit

DXFConv

 

type

  PsgPlotSettings = ^TsgPlotSettings;

  TsgPlotSettings = record

    PlotLayoutFlag: Integer;

    PlotPaperUnits: Integer;

    StandardScaleType: Byte;

    NumeratorOfCustomPrintScale: Double;

    DenominatorOfCustomPrintScale: Double;

  end;

 

Description

PlotPaperUnits:

Value

Meaning

0

Plot in inches

1

Plot in millimeters

2

Plot in pixels

CustomPrintScale - Denominator of custom print scale: drawing units

Go to CAD VCL Enterprise