Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools.ImageProcessing Namespace > ScrambleCommand Class : Key Property |
public int Key {get; set;}
'Declaration
Public Property Key As Integer
'Usage
Dim instance As ScrambleCommand Dim value As Integer instance.Key = value value = instance.Key
public int Key {get; set;}
@property (nonatomic, assign) unsigned int key
public int getKey() public void setKey(int value)
<br/>get_Key();<br/>set_Key(value);<br/>Object.defineProperty('Key');