LEADTOOLS Annotations (Leadtools.Annotations assembly)

UseOriginalPrimaryPicture Property

Show in webframe





Gets or sets a value indicating whether to revert back to the original primary picture used for all AnnEncryptObject objects.
Syntax
public static bool UseOriginalPrimaryPicture {get; set;}
'Declaration
 
Public Shared Property UseOriginalPrimaryPicture As Boolean
'Usage
 
Dim value As Boolean
 
AnnEncryptObject.UseOriginalPrimaryPicture = value
 
value = AnnEncryptObject.UseOriginalPrimaryPicture

            

            
public:
static property bool UseOriginalPrimaryPicture {
   bool get();
   void set (    bool value);
}

Property Value

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

Target Platforms

See Also

Reference

AnnEncryptObject Class
AnnEncryptObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.