←Select platform

UseOriginalPicture Property

Summary

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

Syntax

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

Property Value

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

Remarks

Use the DefaultPicture property to get or set the current default picture used by the AnnVideoObject 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