LEADTOOLS Annotations (Leadtools.Annotations assembly)

Lock Method (AnnGroupObject)

Show in webframe





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:
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

See Also

Reference

AnnGroupObject Class
AnnGroupObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.