[]
Gets array (part of text, font, symbol widths of part of text).
public List<PdfTextBlock> GetFontBlocks(string text, bool vertical)
Type | Name | Description |
---|---|---|
string | text | The text string. |
bool | vertical | The vertical text. |
Type | Description |
---|---|
List<PdfTextBlock> | The PdfTextBlock array. |