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


1171
1172
1173
# File 'lib/tcpdf.rb', line 1171

def getScaleFactor()
  return @k;
end