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 Namespace > PrintJobData Class : UserData Property |
public byte[] UserData {get;}
'Declaration Public ReadOnly Property UserData As Byte()
'Usage Dim instance As PrintJobData Dim value() As Byte value = instance.UserData
public: property array<byte>^ UserData { array<byte>^ get(); }