class DocuSign_eSign::ListWorkspaceFilePagesOptions

Attributes

count[RW]

The maximum number of results to be returned by this request.

dpi[RW]

Number of dots per inch for the resulting image. The default if not used is 94. The range is 1-310.

max_height[RW]

Sets the maximum height (in pixels) of the returned image.

max_width[RW]

Sets the maximum width (in pixels) of the returned image.

start_position[RW]

The position within the total result set from which to start returning values. The value *thumbnail* may be used to return the page image.

Public Class Methods

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