Documentation

GetPagesOptions
in package

GetPagesOptions 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

$count  : string|null
$count
$dpi  : string|null
$dpi
$max_height  : string|null
$max_height
$max_width  : string|null
$max_width
$nocache  : string|null
$nocache
$show_changes  : string|null
$show_changes
$start_position  : string|null
$start_position
getCount()  : string|null
Gets count
getDpi()  : string|null
Gets dpi
getMaxHeight()  : string|null
Gets max_height
getMaxWidth()  : string|null
Gets max_width
getNocache()  : string|null
Gets nocache
getShowChanges()  : string|null
Gets show_changes
getStartPosition()  : string|null
Gets start_position
setCount()  : self
Sets count
setDpi()  : self
Sets dpi
setMaxHeight()  : self
Sets max_height
setMaxWidth()  : self
Sets max_width
setNocache()  : self
Sets nocache
setShowChanges()  : self
Sets show_changes
setStartPosition()  : self
Sets start_position

Properties

$max_height

$max_height

protected string|null $max_height = null

$max_width

$max_width

protected string|null $max_width = null

$nocache

$nocache

protected string|null $nocache = null

$show_changes

$show_changes

protected string|null $show_changes = null

$start_position

$start_position

protected string|null $start_position = null

Methods

getCount()

Gets count

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

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

getNocache()

Gets nocache

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

getShowChanges()

Gets show_changes

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

getStartPosition()

Gets start_position

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

setCount()

Sets count

public setCount(string|null $count) : self
Parameters
$count : string|null
Return values
self

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

setNocache()

Sets nocache

public setNocache(string|null $nocache) : self
Parameters
$nocache : string|null
Return values
self

setShowChanges()

Sets show_changes

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

setStartPosition()

Sets start_position

public setStartPosition(string|null $start_position) : self
Parameters
$start_position : string|null
Return values
self

Search results