Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Printer.Client Namespace > PrintJobData Class : UserData Property |
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); }