GetNetworkInitialData Method

Summary
Gets the initial raw data set for this specific network printer.
Syntax
C#
VB
C++
public byte[] GetNetworkInitialData() 
  
Public Function GetNetworkInitialData() As Byte() 
public: 
array<byte>^ GetNetworkInitialData();  

Return Value

Initial raw data for this given printer.

Remarks

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.

Example

Refer to RemoteData example.

Requirements

Target Platforms

See Also

Reference

Printer Class

Printer Members

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Printer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.