←Select platform

IsEncrypted Property

Summary

Gets a value indicating whether this AnnEncryptObject object is currently encrypted.

Syntax

C#
VB
C++
public virtual bool IsEncrypted { get; } 
  
Public Overridable ReadOnly Property IsEncrypted As Boolean 
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 method has been called.

Example

For C#/VB examples, refer to AnnEncryptObject.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly