EnableNetworkPrinting Property

Summary

Enables or disables network printing.

Syntax
C#
VB
C++
public bool EnableNetworkPrinting { get; set; } 
  
Public Property EnableNetworkPrinting As Boolean 
public: 
property bool EnableNetworkPrinting { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

Network printing status.

Remarks

This property checks and sets the network printing status.

To enable network printing this parameter should be set to true.

Example

Refer to RemoteData example.

Requirements

Target Platforms

See Also

Reference

Printer Class

Printer Members

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

Leadtools.Printer Assembly