Method: RBPDF#getScaleFactor

Defined in:
lib/rbpdf.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


1256
1257
1258
# File 'lib/rbpdf.rb', line 1256

def getScaleFactor()
  return @k;
end