GetTextBlockFontName
Tekst, skrifter, uttrekk
Beskrivelse
Returnerer skriftnavnet til teksten i den angitte tekstblokken
Syntaks
Delphi
Function TPDFlib.GetTextBlockFontName(TextBlockListID, Index: Integer): WideString;
ActiveX
Function PDFlib::GetTextBlockFontName(TextBlockListID As Long, Index As Long) As String
DLL
const wchar_t * DLGetTextBlockFontName(int InstanceID, int TextBlockListID, int Index);
Parametere
| TextBlockListID | En verdi returnert av ExtractPageTextBlocks-funksjonen |
|---|---|
| Index | Indeksen til tekstblokken. Den første tekstblokken i listen har indeks 1. |