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.