←Select platform

Url Property

Summary

Gets or sets the url to be displayed in the message box that appears when the user tries to print directly to a locked printer.

Syntax

C#
VB
C++
public string Url { get; set; } 
  
Public Property Url As String 
public: 
property String^ Url { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The url to be displayed in the message box.

Remarks

The value of this property is not used in the installation and uninstallation.

The url length should be less than 48 characters in normal font and style, and before the final deployment of an application, verify that the used url fits within the message box. If no url is provided, the LEADTOOLS printer url will be used (https://www.leadtools.com/).

Example

Refer to Install 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