Method: TCPDF#getScaleFactor

Defined in:
lib/tcpdf.rb

#getScaleFactorObject Also known as: get_scale_factor

Returns the scale factor (number of points in user unit).

@return int

scale factor.

@author

Nicola Asuni

@access public
@since 1.5.2


1174
1175
1176
# File 'lib/tcpdf.rb', line 1174

def getScaleFactor()
  return @k;
end