Method: AsposePdfCloud::ImageHeader#hash
- Defined in:
- lib/aspose_pdf_cloud/models/image_header.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
231 232 233 |
# File 'lib/aspose_pdf_cloud/models/image_header.rb', line 231 def hash [links, background, horizontal_alignment, opacity, rotate, rotate_angle, x_indent, y_indent, zoom, file_name, width, height, left_margin, top_margin, right_margin].hash end |