/home/techb158/ileadtechnology.com/vendor/mpdf/mpdf/src
Edit: /home/techb158/ileadtechnology.com/vendor/mpdf/mpdf/src/WatermarkImage.php (1196B)
path = $path;
$this->size = $size;
$this->position = $position;
$this->alpha = $alpha;
$this->behindContent = $behindContent;
$this->alphaBlend = $alphaBlend;
}
public function getPath()
{
return $this->path;
}
public function getSize()
{
return $this->size;
}
public function getPosition()
{
return $this->position;
}
public function getAlpha()
{
return $this->alpha;
}
public function isBehindContent()
{
return $this->behindContent;
}
public function getAlphaBlend()
{
return $this->alphaBlend;
}
}