Error processing SSI file
LEADTOOLS Virtual Printer (Leadtools.Printer assembly)

Show in webframe

SetNetworkInitialData Method






Initial raw data
Sets the initial raw data to be set for network printing mechanism.
Syntax
public void SetNetworkInitialData( 
   byte[] bytes
)
'Declaration
 
Public Sub SetNetworkInitialData( _
   ByVal bytes() As Byte _
) 
'Usage
 
Dim instance As Printer
Dim bytes() As Byte
 
instance.SetNetworkInitialData(bytes)

            

            
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

See Also

Reference

Printer Class
Printer Members
Leadtools.Printer.Client.IVirtualPrinterClient.Startup(System.String,System.Byte[])

Error processing SSI file
Leadtools.Printer requires a Printer module license and unlock key. It is included as part of LEADTOOLS Document Imaging Enterprise. For more information, refer to: Imaging Pro/Document/Medical Features