GetFontIsEmbedded

Fonts

Description

This function will return 1 if the font is an embedded font

Syntax

Delphi

Function TPDFlib.GetFontIsEmbedded: Integer;

ActiveX

Function PDFlib::GetFontIsEmbedded() As Long

DLL

int DLGetFontIsEmbedded(int InstanceID);

Return values

1Font is embedded
0Font is not embedded