DAGetTextBlockFontName
Text, Fonts, Extraction, Direct access functionality
Description
Returns the font name of the text in the specified text block.
Syntax
Delphi
function TPDFlib.DAGetTextBlockFontName(TextBlockListID, Index: Integer): WideString;ActiveX
Function PDFlib::DAGetTextBlockFontName(TextBlockListID As Long, Index As Long) As StringDLL
wchar_t * DLDAGetTextBlockFontName(int InstanceID, int TextBlockListID, int Index);Parameters
| TextBlockListID | A value returned by the DAExtractPageTextBlocks or ExtractFilePageTextBlocks functions |
|---|---|
| Index | The index of the text block. The first text block in the list has an index of 1. |