Leadtools.Windows.Annotations Requires Document/Medical license. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Encryptor Property
See Also 
Leadtools.Windows.Annotations Namespace > AnnEncryptObject Class : Encryptor Property





Gets or sets a value to indicate whether this AnnEncryptObject object is in an encryptor or a decryptor.

Syntax

Visual Basic (Declaration) 
Public Property Encryptor As Boolean
Visual Basic (Usage)Copy Code
Dim instance As AnnEncryptObject
Dim value As Boolean
 
instance.Encryptor = value
 
value = instance.Encryptor
C# 
public bool Encryptor {get; set;}
C++/CLI 
public:
property bool Encryptor {
   bool get();
   void set (bool value);
}
XAML Attributes Usage 

<object Encryptor=bool .../>

Dependencies Property Information 

Identifier field

EncryptorProperty

Metadata properties set to true

AffectsRender

XAML Attributes Usage 

<object Encryptor=bool .../>

Dependencies Property Information 

Identifier field

EncryptorProperty

Metadata properties set to true

AffectsRender

Return Value

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

Example

For C#/VB examples, refer to AnnEncryptObject.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also

Encryptor requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.