Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

Encryptor Property






Gets or sets a value to indicate whether this AnnEncryptObject object is in an encryptor or a decryptor.
Syntax
public virtual bool Encryptor {get; set;}
'Declaration
 
Public Overridable Property Encryptor As Boolean
'Usage
 
Dim instance As AnnEncryptObject
Dim value As Boolean
 
instance.Encryptor = value
 
value = instance.Encryptor

            

            
public:
virtual property bool Encryptor {
   bool get();
   void set (    bool value);
}

Property Value

true if this AnnEncryptObject object is an encryptor; false if this AnnEncryptObject object is a decryptor.
Example
For an example, refer to AnnEncryptObject.
Requirements

Target Platforms

See Also

Reference

AnnEncryptObject Class
AnnEncryptObject Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)