PdfTemplatePlacementMapPoints Method

Maps multiple points from template space to page space

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public IReadOnlyList<PdfPointF> MapPoints(
	IEnumerable<PdfPointF> templatePoints
)

Parameters

templatePoints  IEnumerablePdfPointF
The points expressed in template coordinates

Return Value

IReadOnlyListPdfPointF
The mapped points expressed in page coordinates

See Also