Gets or sets the secondary AnnPicture object associated with this AnnEncryptObject object.
public virtual AnnPicture SecondaryPicture { get; set; }
Public Overridable Property SecondaryPicture As Leadtools.Annotations.AnnPicture
public:
virtual property Leadtools.Annotations.AnnPicture^ SecondaryPicture {
Leadtools.Annotations.AnnPicture^ get();
void set ( Leadtools.Annotations.AnnPicture^ );
}
The secondary AnnPicture object associated with this AnnEncryptObject object.
The secondary picture of this AnnEncryptObject object is the picture used when Encryptor is false.
The LEADTOOLS annotation framework assigns a default picture of a key to this property.
If you set an empty AnnPicture (a picture that has its AnnPicture.Image value set to null (or Nothing in VB), this AnnEncryptObject will use the picture define in DefaultSecondaryPicture.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET