←Select platform

CanEncrypt Property

Summary
Gets a value indicating whether this AnnEncryptObject object is ready to encrypt.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public virtual bool CanEncrypt { get; } 
@property (nonatomic, assign, readonly) BOOL canEncrypt; 
public boolean canEncrypt() 
public:  
   virtual property bool CanEncrypt 
   { 
      bool get() 
   } 
CanEncrypt # get  (AnnEncryptObject) 

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).

Requirements

Target Platforms

Help Version 22.0.2023.7.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.