FormattedFragmentGetMatrix Method

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
protected virtual Matrix GetMatrix(
	double curX,
	double curY,
	PageInfo pageInfo
)

Parameters

curX
Type: SystemDouble
curY
Type: SystemDouble
pageInfo
Type: Aspose.PdfPageInfo

Return Value

Type: Matrix
See Also