Spatie\PdfToImage\Pdf::setResolution PHP Method

setResolution() public method

Set the raster resolution.
public setResolution ( integer $resolution )
$resolution integer
    public function setResolution($resolution)
    {
        $this->resolution = $resolution;
        return $this;
    }