Leadtools.Printer Namespace > Printer Class : GetEmbeddedFonts Method |
public string[] GetEmbeddedFonts( string fontSavePath, int jobId )
'Declaration Public Function GetEmbeddedFonts( _ ByVal fontSavePath As String, _ ByVal jobId As Integer _ ) As String()
'Usage Dim instance As Printer Dim fontSavePath As String Dim jobId As Integer Dim value() As String value = instance.GetEmbeddedFonts(fontSavePath, jobId)
public: array<String^>^ GetEmbeddedFonts( String^ fontSavePath, int jobId )
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 int the job end stage.