class DocuSign_eSign::GetDocumentPageImageOptions

Attributes

dpi[RW]

Sets the dpi for the image.

max_height[RW]

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

max_width[RW]

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

show_changes[RW]

Public Class Methods

default() click to toggle source
# File lib/docusign_esign/api/envelopes_api.rb, line 146
def self.default
  @@default ||= GetDocumentPageImageOptions.new
end