LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

Lock Method (AnnGroupObject)






String containing the password used to lock the annotation objects in this group object.
Locks this AnnGroupObject object with the specified password.
Syntax
public override void Lock( 
   string password
)
'Declaration
 
Public Overrides Sub Lock( _
   ByVal password As String _
) 
'Usage
 
Dim instance As AnnGroupObject
Dim password As String
 
instance.Lock(password)
public override void Lock( 
   string password
)
 function Leadtools.Annotations.AnnGroupObject.Lock( 
   password 
)
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnGroupObject Class
AnnGroupObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.