Accusoft.PrintPro8.Net
CreateFilePrinter Method




The PrintPro workspace instance to be used.
A string which represents the filename to save to.
A SaveFileType enumeration option to save to.
Creates a new printer object that prints to the specified file as the specified file type.
Syntax
'Declaration
 
Public Shared Function CreateFilePrinter( _
   ByVal printProWorkspace As PrintPro, _
   ByVal fileName As String, _
   ByVal saveFileType As SaveFileType _
) As Printer
'Usage
 
Dim printProWorkspace As PrintPro
Dim fileName As String
Dim saveFileType As SaveFileType
Dim value As Printer
 
value = Printer.CreateFilePrinter(printProWorkspace, fileName, saveFileType)
public static Printer CreateFilePrinter( 
   PrintPro printProWorkspace,
   string fileName,
   SaveFileType saveFileType
)
public: static Printer* CreateFilePrinter( 
   PrintPro* printProWorkspace,
   string* fileName,
   SaveFileType saveFileType
) 
public:
static Printer^ CreateFilePrinter( 
   PrintPro^ printProWorkspace,
   String^ fileName,
   SaveFileType saveFileType
) 

Parameters

printProWorkspace
The PrintPro workspace instance to be used.
fileName
A string which represents the filename to save to.
saveFileType
A SaveFileType enumeration option to save to.

Return Value

A new Printer object which prints to the specified file.
See Also

Reference

Printer Class
Printer Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback