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 > Printer Class : GetNetworkInitialData Method |
public byte[] GetNetworkInitialData()
'Declaration Public Function GetNetworkInitialData() As Byte()
public: array<byte>^ GetNetworkInitialData();
The initial printer raw data will be set by the server application using SetNetworkInitialData method, the client application should use this function to get the initialization data.
The user should accept this data on the client side and process the data accordingly.