Home
last modified time | relevance | path

Searched refs:PageBoundaries (Results 1 – 5 of 5) sorted by relevance

/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/
H A DPage.php181 * @see PageBoundaries
183 public function getBoundary($box = PageBoundaries::CROP_BOX, $fallback = true)
196 case PageBoundaries::BLEED_BOX:
197 case PageBoundaries::TRIM_BOX:
198 case PageBoundaries::ART_BOX:
199 return $this->getBoundary(PageBoundaries::CROP_BOX, true);
200 case PageBoundaries::CROP_BOX:
201 return $this->getBoundary(PageBoundaries::MEDIA_BOX, true);
217 public function getWidthAndHeight($box = PageBoundaries::CROP_BOX, $fallback = true)
H A DPageBoundaries.php17 abstract class PageBoundaries class
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdiTrait.php31 use setasign\Fpdi\PdfReader\PageBoundaries; alias
224 * @param string $box The page boundary to import. Default set to PageBoundaries::CROP_BOX.
232 * @see PageBoundaries
234 public function importPage($pageNumber, $box = PageBoundaries::CROP_BOX, $groupXObject = true)
247 if (!PageBoundaries::isValidName($box)) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php20 use setasign\Fpdi\PdfReader\PageBoundaries;
158 * @param string $box The page boundary to import. Default set to PageBoundaries::CROP_BOX.
166 * @see PageBoundaries
168 public function importPage($pageNumber, $box = PageBoundaries::CROP_BOX, $groupXObject = true)
9 use setasign\Fpdi\PdfReader\PageBoundaries; global() alias
/plugin/dw2pdf/vendor/setasign/fpdi/
H A DREADME.md93 the slash or use a constant of `PdfReader\PageBoundaries`.