PdfTemplatePlacementMapPoints Method
Maps multiple points from template space to page space
Namespace: HiQPdf.NextAssembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
public IReadOnlyList<PdfPointF> MapPoints(
IEnumerable<PdfPointF> templatePoints
)
- templatePoints IEnumerablePdfPointF
- The points expressed in template coordinates
IReadOnlyListPdfPointFThe mapped points expressed in page coordinates