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 string[] GetEmbeddedFonts( string fontSavePath, int jobId )
function Leadtools.Printer.Printer.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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2