Documentation

GetDocumentPageImageOptions
in package

GetDocumentPageImageOptions Class Doc Comment

Tags
category

Class

author

Swagger Codegen team apihelp@docusign.com

license

The DocuSign PHP Client SDK is licensed under the MIT License.

link
https://github.com/swagger-api/swagger-codegen

Table of Contents

$dpi  : string|null
$dpi
$max_height  : string|null
$max_height
$max_width  : string|null
$max_width
$show_changes  : string|null
$show_changes
getDpi()  : string|null
Gets dpi
getMaxHeight()  : string|null
Gets max_height
getMaxWidth()  : string|null
Gets max_width
getShowChanges()  : string|null
Gets show_changes
setDpi()  : self
Sets dpi
setMaxHeight()  : self
Sets max_height
setMaxWidth()  : self
Sets max_width
setShowChanges()  : self
Sets show_changes

Properties

$max_height

$max_height

protected string|null $max_height = null

$max_width

$max_width

protected string|null $max_width = null

$show_changes

$show_changes

protected string|null $show_changes = null

Methods

getDpi()

Gets dpi

public getDpi() : string|null
Return values
string|null

getMaxHeight()

Gets max_height

public getMaxHeight() : string|null
Return values
string|null

getMaxWidth()

Gets max_width

public getMaxWidth() : string|null
Return values
string|null

getShowChanges()

Gets show_changes

public getShowChanges() : string|null
Return values
string|null

setDpi()

Sets dpi

public setDpi(string|null $dpi) : self
Parameters
$dpi : string|null
Return values
self

setMaxHeight()

Sets max_height

public setMaxHeight(string|null $max_height) : self
Parameters
$max_height : string|null
Return values
self

setMaxWidth()

Sets max_width

public setMaxWidth(string|null $max_width) : self
Parameters
$max_width : string|null
Return values
self

setShowChanges()

Sets show_changes

public setShowChanges(string|null $show_changes) : self
Parameters
$show_changes : string|null
Return values
self

Search results