GetEmbeddedFonts Method

Summary
Gets the embedded fonts created by a print job.
Syntax
C#
VB
C++
public string[] GetEmbeddedFonts( 
   string fontSavePath, 
   int jobId 
) 
  
Public Function GetEmbeddedFonts( _ 
   ByVal fontSavePath As String, _ 
   ByVal jobId As Integer _ 
) As String() 
public: 
array<String^>^ GetEmbeddedFonts(  
   String^ fontSavePath, 
   int jobId 
)  

Parameters

fontSavePath
Path of folder to copy fonts to

jobId
job id

Return Value

An array of strings that contain the name of the embedded fonts.

Remarks

Printing from certain application (like adobe) require some embedded fonts to be present on the machine in order to save the file correctly, using this function the user can get the fonts sent to the printer from printing.

The user can then install, copy, move, and uninstall these fonts.

This function should be used in the JobEvent, and only in the job end stage.

Example

Refer to RemoteData example.

Requirements

Target Platforms

See Also

Reference

Printer Class

Printer Members

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Printer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.