public string Password { get; set; }
Public Property Password As String
@property (nonatomic,copy) NSString* password;
public String getPassword()
public void setPassword(String password)
public:
property String^ Password
{
String^ get()
void set(String^ value)
}
The password used in the last successful lock operation of this AnnObject. The default value is an empty string.
If the object is locked, the password passed to the Lock is stored in this property.
When the object is unlocked successfully with Unlock, the password is cleared (the value will be an empty string).
An object must be unlocked in order to change that object in automated mode.
For more information, refer to Implementing Annotation Security.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document