SetScale
Measurement and coordinate units
Description
Scales the co-ordinate system for all subsequent drawing operations. A scale factor of 1 is equivalent to calling SetMeasurementUnits(0) which sets the measurement units to be Points. A scale factor of (72 / 25.4) is equivalent to calling SetMeasurementUnits(1) which sets the measurement units to be millimetres.
Syntax
Delphi
function TQuickPDF0813.SetScale(NewScale: Double): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SetScale(NewScale As Double) As Long
DLL
int QuickPDFSetScale(int InstanceID, double NewScale)
Parameters
| NewScale | The scale factor to use |