LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

IsEncrypted Property






Gets a value indicating whether this AnnEncryptObject object is currently encrypted.
Syntax
public virtual bool IsEncrypted {get;}
'Declaration
 
Public Overridable ReadOnly Property IsEncrypted As Boolean
'Usage
 
Dim instance As AnnEncryptObject
Dim value As Boolean
 
value = instance.IsEncrypted
public virtual bool IsEncrypted {get;}
 get_IsEncrypted(); 
public:
virtual property bool IsEncrypted {
   bool get();
}

Property Value

true if this AnnEncryptObject object is currently encrypted; false otherwise.
Remarks
This AnnEncryptObject object is encrypted if the value of the Encryptor property is true and the Apply(RasterImageViewer) method has been called.
Example
For an example, refer to AnnEncryptObject.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnEncryptObject Class
AnnEncryptObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.