Error processing SSI file
LEADTOOLS Virtual Printer (Leadtools.Printer.Client assembly)

Show in webframe

ClientMachineName Property






Gets the name of the client machine that printed the job.
Syntax
public string ClientMachineName {get;}
'Declaration
 
Public ReadOnly Property ClientMachineName As String
'Usage
 
Dim instance As PrintJobData
Dim value As String
 
value = instance.ClientMachineName

            

            
public:
property String^ ClientMachineName {
   String^ get();
}

Property Value

A System.String that represents the name of the client machine that printed the job.
Example
Refer to Startup example.
Requirements

Target Platforms

See Also

Reference

PrintJobData Class
PrintJobData Members

Error processing SSI file