GetTextBlockFontName

Text, Fonts, Extraction

Description

Returns the font name of the text in the specified text block.

Syntax

Delphi

function TPDFlib.GetTextBlockFontName(TextBlockListID, Index: Integer): WideString;

ActiveX

Function PDFlib::GetTextBlockFontName(TextBlockListID As Long, Index As Long) As String

DLL

wchar_t * DLGetTextBlockFontName(int InstanceID, int TextBlockListID, int Index);

Parameters

TextBlockListIDA value returned by the ExtractPageTextBlocks function
IndexThe index of the text block. The first text block in the list has an index of 1.