←Select platform

UseOriginalPrimaryPicture Property

Summary

Gets or sets a value indicating whether to revert back to the original primary picture used for all AnnEncryptObject objects.

Syntax

C#
VB
C++
public static bool UseOriginalPrimaryPicture { get; set; } 
  
Public Shared Property UseOriginalPrimaryPicture As Boolean 
public: 
static property bool UseOriginalPrimaryPicture { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to revert back to the original primary picture used for all AnnEncryptObject objects; otherwise, false to use the new picture if any.

Remarks

Use DefaultPrimaryPicture to get or set the current default primary picture used by the AnnEncryptObject objects.

Example

For an example, refer to DefaultPicture.

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 Assembly