PdfTemplatePlacementMapBoundingRectangle(PdfRectangle) Method

Maps an integer rectangle from template space to page space and returns the axis-aligned bounding rectangle

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
C#
public PdfRectangleF MapBoundingRectangle(
	PdfRectangle templateRectangle
)

Parameters

templateRectangle  PdfRectangle
The rectangle expressed in template coordinates

Return Value

PdfRectangleF
The mapped axis-aligned bounding rectangle expressed in page coordinates

See Also