←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Printer Assembly