←Select platform

IsEncrypted Property

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

Property Value

true if this AnnEncryptObject is currently encrypted; otherwise, false.

Remarks

This AnnEncryptObject object is encrypted if the value of the Encryptor property is true and the Apply method has been called.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.