php - How to crop image on PHPPresentation -
this code , can't find documentation:
$shape2 = $currentslide->createdrawingshape(); $shape2->setname("image_name") ->setdescription("image_description") ->setpath("image_path") ->setwidth(300) ->setoffsetx(110) ->setoffsety(120);
Comments
Post a Comment