Skip to main content

Interface: PlacedTextBlockResult

Result of PdfPage.placeTextBlock: the drawn block metrics plus the next y to continue at.

Extends

Properties

PropertyTypeDescriptionInherited from
endYnumberThe y below the drawn block — where the next element can start (accounts for the page origin).-
heightnumberTotal height in PDF points (line count × line height).BlockTextMetrics.height
lineCountnumberNumber of lines after wrapping.BlockTextMetrics.lineCount
widthnumberWidth of the longest rendered line in PDF points.BlockTextMetrics.width