# File lib/celerity/elements/image.rb, line 38
    def file_size
      assert_exists
      web_response = @object.getWebResponse(true)
      web_response.getContentAsString.bytesize
    end