←Select platform

SecondaryPicture Property

Summary
Gets or sets the secondary AnnPicture object associated with this AnnEncryptObject object.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public AnnPicture SecondaryPicture { get; set; } 
@property (nonatomic, strong, nullable) LTAnnPicture *secondaryPicture; 
public AnnPicture getSecondaryPicture() 
public void setSecondaryPicture(AnnPicture picture) 
public:  
   property AnnPicture^ SecondaryPicture 
   { 
      AnnPicture^ get() 
      void set(AnnPicture^ value) 
   } 
SecondaryPicture # get and set (AnnEncryptObject) 

Property Value

The secondary AnnPicture object associated with this AnnEncryptObject object.

Remarks

The secondary picture of this AnnEncryptObject object is the picture used when Encryptor is false.

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 DefaultSecondaryPicture.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.