←Select platform

PrimaryPicture Property

Summary

Gets or sets the primary AnnPicture object associated with this AnnEncryptObject object.

Syntax
C#
VB
Objective-C
C++
Java
public AnnPicture PrimaryPicture { get; set; } 
Public Property PrimaryPicture As AnnPicture 
@property (nonatomic) LTAnnPicture* primaryPicture; 
public AnnPicture getPrimaryPicture() 
public void setPrimaryPicture(AnnPicture picture) 
public:  
   property AnnPicture^ PrimaryPicture 
   { 
      AnnPicture^ get() 
      void set(AnnPicture^ value) 
   } 

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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly