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

DefaultPrimaryPicture Property






Gets or sets the default primary picture used by all AnnEncryptObject objects.
Syntax
public static AnnPicture DefaultPrimaryPicture {get; set;}
'Declaration
 
Public Shared Property DefaultPrimaryPicture As AnnPicture
'Usage
 
Dim value As AnnPicture
 
AnnEncryptObject.DefaultPrimaryPicture = value
 
value = AnnEncryptObject.DefaultPrimaryPicture
public static AnnPicture DefaultPrimaryPicture {get; set;}
 get_DefaultPrimaryPicture();
set_DefaultPrimaryPicture(value);
public:
static property AnnPicture^ DefaultPrimaryPicture {
   AnnPicture^ get();
   void set (    AnnPicture^ value);
}

Property Value

An AnnPicture class that defines the primary picture used by the AnnEncryptObject.
Remarks
Use UseOriginalPrimaryPicture to revert back to the original primary picture.
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.