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 TPDFlib.MultiplyScale(MultScaleBy: Double): Integer;ActiveX
Function PDFlib::MultiplyScale(MultScaleBy As Double) As LongDLL
int DLMultiplyScale(int InstanceID, double MultScaleBy);Parameters
| MultScaleBy | The factor to multiply the current drawing scale by |
|---|