SetaPDF_Core_Document_Page_Annotation_QuadPointsTrait Trait for handling the QuadPoints property in Annotations
File: /SetaPDF v2/Core/Document/Page/Annotation/QuadPointsTrait.php
Used in
Summary
Methods
setQuadPoints()
Set the quad points.
Parameters
- $quadPoints
An array of quad points (multiple of 8 values: TopLeft x/y, TopRight x/y, BottomLeft x/y, BottomRight x/y - which is a contradiction to the PDF specification but used by all common PDF viewer applications).