←Select platform

DefaultSecondaryPicture Property

Summary

Gets or sets the default secondary picture used by all AnnEncryptObject objects.

Syntax

C#
VB
C++
public static AnnPicture DefaultSecondaryPicture { get; set; } 
  
Public Shared Property DefaultSecondaryPicture As Leadtools.Annotations.AnnPicture 
public: 
static property Leadtools.Annotations.AnnPicture^ DefaultSecondaryPicture { 
   Leadtools.Annotations.AnnPicture^ get(); 
   void set (    Leadtools.Annotations.AnnPicture^ ); 
} 

Property Value

An AnnPicture class that defines the secondary picture used by the AnnEncryptObject.

Remarks

Use UseOriginalSecondaryPicture to revert back to the original secondary picture.

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