The SerializePassword Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets a value indicating whether the password is saved when this AnnGroupObject object is serialized.| Visual Basic (Declaration) | |
|---|---|
Overrides Public Property SerializePassword As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AnnGroupObject Dim value As Boolean instance.SerializePassword = value value = instance.SerializePassword | |
| C# | |
|---|---|
public override bool SerializePassword {get; set;} | |
Property Value
true if this password is saved when this AnnGroupObject object is serialized; false otherwise.The AnnGroupObject class overrides the AnnObject.SerializePassword to set the AnnObject.SerializePassword property of all objects in the group. For more information, refer to AnnObject.SerializePassword.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code