PhpOffice\PhpPresentation\Shape\Drawing\Gd::setMimeType PHP Method

setMimeType() public method

Set mime type
public setMimeType ( string $value = self::MIMETYPE_DEFAULT )
$value string
    public function setMimeType($value = self::MIMETYPE_DEFAULT)
    {
        $this->mimeType = $value;
        return $this;
    }