←Select platform

DefaultPrimaryPicture Property

Summary

Gets or sets the id of the default primary picture used for the AnnEncryptObject.

Syntax
C#
VB
Objective-C
C++
Java
public int DefaultPrimaryPicture { get; set; } 
Public Property DefaultPrimaryPicture As Integer 
@property (nonatomic) int defaultPrimaryPicture; 
public int getDefaultPrimaryPicture() 
public void setDefaultPrimaryPicture(int defaultPrimaryPicture)  
public:  
   property Int32 DefaultPrimaryPicture 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

The id of the default primary picture used for the AnnEncryptObject.

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.

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