LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

DefaultPrimaryPicture Property

Show in webframe





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 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 C#/VB examples, 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.