SaveFontToFile
IPDFDocument4 :: General document management :: Fonts

See Also
Collapse All

This method saves the specified font's data to a file.

Syntax

HRESULT SaveFontToFile (
LONG fontNumber,
BSTR name
)
Parameters
fontNumber
The font number.

name
File name.

Return value
If successful, this method returns S_OK. If it fails, this method should return one of the error values.

See Also

Reference