←Select platform

CanEncrypt Property

Summary

Gets a value indicating whether this AnnEncryptObject object is ready to encrypt.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public virtual bool CanEncrypt { get; } 
Public Overridable ReadOnly Property CanEncrypt As Boolean 
public virtual bool CanEncrypt {get;} 
@property (nonatomic, readonly) BOOL canEncrypt; 
public boolean canEncrypt() 
 get_CanEncrypt();  
public:  
   virtual property bool CanEncrypt 
   { 
      bool get() 
   } 

Property Value

true if this AnnEncryptObject object is ready to encrypt; otherwise, false.

Remarks

This AnnEncryptObject object is ready to encrypt if the value of the Encryptor property is true and the IsEncrypted property is false (Apply has not yet been called).

Example

For an example, 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.Annotations.Core Assembly