DAGetTextBlockFontName

Text, Fonts, Extraction, Direct access functionality

Beskrivelse

Returnerer skriftnavnet til teksten i den angitte tekstblokken

Syntaks

Delphi

Function TPDFlib.DAGetTextBlockFontName(TextBlockListID, Index: Integer): WideString;

ActiveX

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

DLL

const wchar_t * DLDAGetTextBlockFontName(int InstanceID, int TextBlockListID, int Index);

Parametere

TextBlockListIDEn verdi returnert av DAExtractPageTextBlocks- eller ExtractFilePageTextBlocks-funksjonene
IndexIndeksen til tekstblokken. Den første tekstblokken i listen har indeks 1.