C#
VB
C++
Enables or disables network printing.
public bool EnableNetworkPrinting { get; set; }
Network printing status.
This property checks and sets the network printing status.
To enable network printing this parameter should be set to true.
Refer to RemoteData example.