MultiplyScale
Measurement and coordinate units
Description
Multiplies the drawing scale by a specified factor. For example, multiplying the scale by 0.5 will draw graphics at half their size with the same drawing commands.
Syntax
Delphi
function TQuickPDF0813.MultiplyScale(MultScaleBy: Double): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::MultiplyScale(MultScaleBy As Double) As Long
DLL
int QuickPDFMultiplyScale(int InstanceID, double MultScaleBy)
Parameters
| MultScaleBy | The factor to multiply the current drawing scale by |