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

Show in webframe

IPAddress Property






Gets the IP address of the machine that originated the print job.
Syntax
public string IPAddress {get;}
'Declaration
 
Public ReadOnly Property IPAddress As String
'Usage
 
Dim instance As PrintJobData
Dim value As String
 
value = instance.IPAddress

            

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

Property Value

A System.String that represents the IP address of the machine that originated the print job.
Example
Refer to Startup example.
Requirements

Target Platforms

See Also

Reference

PrintJobData Class
PrintJobData Members

Error processing SSI file