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 TDebenuPDFLibrary1811.MultiplyScale(MultScaleBy: Double): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::MultiplyScale(
MultScaleBy As Double) As Long
DLL
int DPLMultiplyScale(int InstanceID, double MultScaleBy)
Parameters
MultScaleBy | The factor to multiply the current drawing scale by |