Interface: PlacedTextBlockResult
Result of PdfPage.placeTextBlock: the drawn block metrics plus the next y to continue at.
Extends
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
endY | number | The y below the drawn block — where the next element can start (accounts for the page origin). | - |
height | number | Total height in PDF points (line count × line height). | BlockTextMetrics.height |
lineCount | number | Number of lines after wrapping. | BlockTextMetrics.lineCount |
width | number | Width of the longest rendered line in PDF points. | BlockTextMetrics.width |