TsgPlotSettings type
Unit
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