Method: PDF::Core::Page#art_indents

Defined in:
lib/pdf/core/page.rb

#art_indentsHash<[:left, :right, :top, :bottom], Numeric>

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Page art box indents relative to page edges.

Returns:

  • (Hash<[:left, :right, :top, :bottom], Numeric>)

    Hash<[:left, :right, :top, :bottom], Numeric>



14
15
16
# File 'lib/pdf/core/page.rb', line 14

def art_indents
  @art_indents
end