Class: DocuSign_eSign::GetDocumentPageImageOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::GetDocumentPageImageOptions
- Defined in:
- lib/docusign_esign/api/envelopes_api.rb,
lib/docusign_esign/api/templates_api.rb
Instance Attribute Summary collapse
-
#dpi ⇒ Object
Sets the dpi for the image.
-
#max_height ⇒ Object
Sets the maximum height for the page image in pixels.
-
#max_width ⇒ Object
Sets the maximum width for the page image in pixels.
-
#show_changes ⇒ Object
Returns the value of attribute show_changes.
Class Method Summary collapse
Instance Attribute Details
#dpi ⇒ Object
Sets the dpi for the image.
165 166 167 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 165 def dpi @dpi end |
#max_height ⇒ Object
Sets the maximum height for the page image in pixels. The dpi is recalculated based on this setting.
168 169 170 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 168 def max_height @max_height end |
#max_width ⇒ Object
Sets the maximum width for the page image in pixels. The dpi is recalculated based on this setting.
171 172 173 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 171 def max_width @max_width end |
#show_changes ⇒ Object
Returns the value of attribute show_changes.
174 175 176 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 174 def show_changes @show_changes end |
Class Method Details
.default ⇒ Object
176 177 178 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 176 def self.default @@default ||= GetDocumentPageImageOptions.new end |