←Select platform

Encryptor Property

Summary
Gets or sets a value to indicate whether this AnnEncryptObject object is in an encryptor or a decryptor.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public virtual bool Encryptor { get; set; } 
@property (nonatomic, assign) BOOL encryptor; 
public boolean getEncryptor() 
public void setEncryptor(boolean encryptor) 
public:  
   virtual property bool Encryptor 
   { 
      bool get() 
      void set(bool value) 
   } 
Encryptor # get and set (AnnEncryptObject) 

Property Value

true if this AnnEncryptObject object is an encryptor; false if this AnnEncryptObject object is a decryptor.

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.