NoEmbedFontListRemoveIndex

Vector graphics, Fonts, Miscellaneous functions

Description

Removes the font name at the specified index from the no embed font list used by the

LoadFromCanvasDC and NewPageFromCanvasDC functions.

Syntax

Delphi

function TPDFlib.NoEmbedFontListRemoveIndex(Index: Integer): Integer;

ActiveX

Function PDFlib::NoEmbedFontListRemoveIndex(Index As Long) As Long

DLL

int DLNoEmbedFontListRemoveIndex(int InstanceID, int Index);

Parameters

IndexThe index of the font name in the list. The first name has an Index value of 1.

Return values

0The specified index was out of range
1The font name was successfully removed from the list