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

Show in webframe

JobID Property






Gets the print job unique ID.
Syntax
public int JobID {get;}
'Declaration
 
Public ReadOnly Property JobID As Integer
'Usage
 
Dim instance As PrintJobData
Dim value As Integer
 
value = instance.JobID

            

            
public:
property int JobID {
   int get();
}

Property Value

The job unique ID.
Example
Refer to Startup example.
Requirements

Target Platforms

See Also

Reference

PrintJobData Class
PrintJobData Members

Error processing SSI file