←Select platform

UseOriginalSecondaryPicture Property

Summary

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

Syntax

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

Property Value

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

Remarks

Use DefaultSecondaryPicture to get or set the current default secondary picture used by the AnnEncryptObject objects.

Example

For C#/VB examples, 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.Windows.Annotations Assembly