Documentation

GetRecipientInitialsImageOptions
in package

GetRecipientInitialsImageOptions 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

$include_chrome  : string|null
$include_chrome The added line and identifier around the initial image. Note: Older envelopes might only have chromed images. If getting the non-chromed image fails, try getting the chromed image.
getIncludeChrome()  : string|null
Gets include_chrome
setIncludeChrome()  : self
Sets include_chrome

Properties

$include_chrome

$include_chrome The added line and identifier around the initial image. Note: Older envelopes might only have chromed images. If getting the non-chromed image fails, try getting the chromed image.

protected string|null $include_chrome = null

Methods

getIncludeChrome()

Gets include_chrome

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

setIncludeChrome()

Sets include_chrome

public setIncludeChrome(string|null $include_chrome) : self
Parameters
$include_chrome : string|null

The added line and identifier around the initial image. Note: Older envelopes might only have chromed images. If getting the non-chromed image fails, try getting the chromed image.

Return values
self

Search results