LEADTOOLS Virtual Printer (Leadtools.Printer assembly)
LEAD Technologies, Inc

GetEmbeddedFonts Method






Path of folder to copy fonts to
job id
Gets the embedded fonts created by a print job.
Syntax
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
) 

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 int the job end stage.

Example
Refer to RemoteData example.
Requirements

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

See Also

Reference

Printer Class
Printer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Printer requires a Printer module license and unlock key. It is included as part of LEADTOOLS Document Imaging Enterprise. For more information, refer to: Imaging Pro/Document/Medical Features