←Select platform

SetNetworkInitialData Method

Summary

Sets the initial raw data to be set for network printing mechanism.

Syntax

C#
VB
C++
public void SetNetworkInitialData( 
   byte[] bytes 
) 
  
Public Sub SetNetworkInitialData( _ 
   ByVal bytes() As Byte _ 
)  
public: 
void SetNetworkInitialData(  
   array<byte>^ bytes 
)  

Parameters

bytes
Initial raw data

Remarks

The initial printer raw data will be sent to the client machine as initialization data, this data will be set as raw data.

The user should accept this data on the client side using Leadtools.Printer.Client.IVirtualPrinterClient.Startup(system.string,system.byte[]) method and process the data accordingly.

The initial raw data will be sent to method.

Example

Refer to RemoteData example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Printer Assembly