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

UseOriginalSecondaryPicture Property






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

Property Value

true to revert back to the original secondary picture used for all AnnEncryptObject objects; otherwise, false to use the new picture if any.
Remarks
Use DefaultSecondaryPicture to get or set the current default secondary picture used by the AnnEncryptObject 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

AnnEncryptObject Class
AnnEncryptObject Members

 

 


Products | Support | Contact Us | Copyright Notices

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