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