←Select platform

DefaultPrimaryPicture Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int DefaultPrimaryPicture { get; set; } 
Public Property DefaultPrimaryPicture As Integer 
public int DefaultPrimaryPicture {get; set;} 
@property (nonatomic) int defaultPrimaryPicture; 
public int getDefaultPrimaryPicture() 
public void setDefaultPrimaryPicture(int defaultPrimaryPicture)  
             
  
get_DefaultPrimaryPicture(); 
set_DefaultPrimaryPicture(value); 
Object.defineProperty('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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly