RegistryKey Property

Summary

Gets or sets the printer registry key that is used to store the current user-specific settings.

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

Property Value

The printer registry key.

Remarks

The value of this property is used in the installation.

Example

Refer to Install example.

Requirements

Target Platforms

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