DocuSign.Api.Templates.pages_get_template_page_image
You're seeing just the function
pages_get_template_page_image
, go back to DocuSign.Api.Templates module for more information.
Link to this function
pages_get_template_page_image(connection, account_id, document_id, page_number, template_id, opts \\ [])
View SourceSpecs
pages_get_template_page_image( Tesla.Env.client(), String.t(), String.t(), String.t(), String.t(), keyword() ) :: {:ok, String.t()} | {:error, Tesla.Env.t()}
Gets a page image from a template for display. Retrieves a page image for display from the specified template.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- document_id (String.t): The ID of the document being accessed.
- page_number (String.t): The page number being accessed.
- template_id (String.t): The ID of the template being accessed.
- opts (KeywordList): [optional] Optional parameters
- :dpi (String.t): Number of dots per inch for the resulting image. The default if not used is 94. The range is 1-310.
- :max_height (String.t): Sets the maximum height (in pixels) of the returned image.
- :max_width (String.t): Sets the maximum width (in pixels) of the returned image.
- :show_changes (String.t):
Returns
} on success {:error, info} on failure