C#
VB
C++
Gets or sets the default secondary picture used by all AnnEncryptObject objects.
public static AnnPicture DefaultSecondaryPicture { get; set; }
Public Shared Property DefaultSecondaryPicture As Leadtools.Annotations.AnnPicture
public:
static property Leadtools.Annotations.AnnPicture^ DefaultSecondaryPicture {
Leadtools.Annotations.AnnPicture^ get();
void set ( Leadtools.Annotations.AnnPicture^ );
}
An AnnPicture class that defines the secondary picture used by the AnnEncryptObject.
Use UseOriginalSecondaryPicture to revert back to the original secondary picture.
For an example, refer to DefaultPicture.
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