←Select platform

Lock Method

Summary

Locks this AnnGroupObject object with the specified password.

Syntax

C#
VB
C++
public override void Lock( 
   string password 
) 
  
Public Overrides Sub Lock( _ 
   ByVal password As String _ 
)  
public: 
void Lock(  
   String^ password 
) override  

Parameters

password
String containing the password used to lock the annotation objects in this group object.

Remarks

The AnnGroupObject class overrides the AnnObject.Lock method to lock all objects in the group. For more information, refer to AnnObject.Lock. An object must be unlocked in order to change that object in automation mode. Redact objects must be unlocked to be restored(unrealized). For more information, refer to Implementing Annotation Security (Deprecated).

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 Assembly