GetRecipientInitialsImageOptions
in package
GetRecipientInitialsImageOptions Class Doc Comment
Tags
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.