LEADTOOLS Virtual Printer (Leadtools.Printer.Client assembly)

UserData Property

Show in webframe





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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.