PDF File Writer Class Library - Author Uzi Granot
PdfFontCharBoundingBox Method |
Character bounding box in user coordinate units.
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public PdfRectangle CharBoundingBox( double FontSize, char CharValue )
Parameters
- FontSize
- Type: SystemDouble
Font size - CharValue
- Type: SystemChar
Character
Return Value
Type: PdfRectangleBounding box
