Class: DocuSign_eSign::GetDocumentPageImageOptions

Inherits:
Object
  • Object
show all
Defined in:
lib/docusign_esign/api/envelopes_api.rb,
lib/docusign_esign/api/templates_api.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#dpiObject

Sets the dpi for the image.



117
118
119
# File 'lib/docusign_esign/api/envelopes_api.rb', line 117

def dpi
  @dpi
end

#max_heightObject

Sets the maximum height for the page image in pixels. The dpi is recalculated based on this setting.



120
121
122
# File 'lib/docusign_esign/api/envelopes_api.rb', line 120

def max_height
  @max_height
end

#max_widthObject

Sets the maximum width for the page image in pixels. The dpi is recalculated based on this setting.



123
124
125
# File 'lib/docusign_esign/api/envelopes_api.rb', line 123

def max_width
  @max_width
end

#show_changesObject

Returns the value of attribute show_changes.



126
127
128
# File 'lib/docusign_esign/api/envelopes_api.rb', line 126

def show_changes
  @show_changes
end

Class Method Details

.defaultObject



128
129
130
# File 'lib/docusign_esign/api/envelopes_api.rb', line 128

def self.default
  @@default ||= GetDocumentPageImageOptions.new
end