annotMargin
float $annotMargin = 0
Default position for Annotations;
Value
0
= where it was defined;- (+ve value float) Distance from right margin of page to show annotations (in mm);
Usage
Set at document initiation
<?php
$mpdf = new \Mpdf\Mpdf(['annotMargin' => 5]);
See Also
- Annotation() - Add an Annotation to the document