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

Show in webframe

UserData Property






Gets or sets the user data related to the printed job.
Syntax
public byte[] UserData {get; set;}
'Declaration
 
Public Property UserData As Byte()
'Usage
 
Dim instance As PrintJobData
Dim value() As Byte
 
instance.UserData = value
 
value = instance.UserData

            

            
public:
property array<byte>^ UserData {
   array<byte>^ get();
   void set (    array<byte>^ value);
}

Property Value

The user data related to the printed job.
Example
Refer to Startup example.
Requirements

Target Platforms

See Also

Reference

PrintJobData Class
PrintJobData Members

Error processing SSI file