The Encryptor Property supports WPF/Silverlight.
The Encryptor Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets a value to indicate whether this AnnEncryptObject object is in an encryptor or a decryptor.Visual Basic (Declaration) | |
---|---|
Public Property Encryptor As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnEncryptObject Dim value As Boolean instance.Encryptor = value value = instance.Encryptor |
C# | |
---|---|
public bool Encryptor {get; set;} |
Property Value
true if this AnnEncryptObject object is an encryptor; false if this AnnEncryptObject object is a decryptor.For C#/VB examples, refer to AnnEncryptObject.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)