(Leadtools.Annotations.Core)

PrimaryPicture Property

Show in webframe





Gets or sets the primary AnnPicture object associated with this AnnEncryptObject object.
Syntax
public AnnPicture PrimaryPicture {get; set;}
Public Property PrimaryPicture As AnnPicture
public AnnPicture PrimaryPicture {get; set;}
@property (nonatomic) LTAnnPicture* primaryPicture;
public AnnPicture getPrimaryPicture();
public void setPrimaryPicture(AnnPicture value);
            
 
get_PrimaryPicture();
set_PrimaryPicture(value);
Object.defineProperty('PrimaryPicture');

Property Value

The primary AnnPicture object associated with this AnnEncryptObject object.
Remarks

The primary picture of this AnnEncryptObject object is the picture used when Encryptor is true.

The LEADTOOLS annotation framework assigns a default picture of a key to this property.

If you set an empty AnnPicture, this AnnEncryptObject will use the picture define in DefaultPrimaryPicture.

Requirements

Target Platforms

See Also

Reference

AnnEncryptObject Class
AnnEncryptObject Members

 

 


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