LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

UseOriginalPicture Property (AnnHotspotObject)






Gets or sets a value indicating whether to revert back to the original picture used for all AnnHotspotObject objects.
Syntax
public static bool UseOriginalPicture {get; set;}
'Declaration
 
Public Shared Property UseOriginalPicture As Boolean
'Usage
 
Dim value As Boolean
 
AnnHotspotObject.UseOriginalPicture = value
 
value = AnnHotspotObject.UseOriginalPicture
public static bool UseOriginalPicture {get; set;}
 get_UseOriginalPicture();
set_UseOriginalPicture(value);
public:
static property bool UseOriginalPicture {
   bool get();
   void set (    bool value);
}

Property Value

true to revert back to the original picture used for all AnnHotspotObject objects; otherwise, false to use the new picture if any.
Remarks
Use DefaultPicture to get or set the current default picture used by the AnnHotspotObject objects.
Example
For an example, refer to DefaultPicture.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnHotspotObject Class
AnnHotspotObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.