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