Method: RBPDF#GetImageScale

Defined in:
lib/rbpdf.rb

#GetImageScaleObject



1124
1125
1126
1127
# File 'lib/rbpdf.rb', line 1124

def GetImageScale()
  warn "[DEPRECATION] 'GetImageScale' is deprecated. Please use 'get_image_scale' instead."
  getImageScale()
end