LEADTOOLS Annotations (Leadtools.Annotations assembly)

UseOriginalPicture Property (AnnAudioObject)

Show in webframe





Gets or sets a value indicating whether to revert back to the original picture used for all AnnAudioObject objects.
Syntax
public static bool UseOriginalPicture {get; set;}
'Declaration
 
Public Shared Property UseOriginalPicture As Boolean
'Usage
 
Dim value As Boolean
 
AnnAudioObject.UseOriginalPicture = value
 
value = AnnAudioObject.UseOriginalPicture

            

            
public:
static property bool UseOriginalPicture {
   bool get();
   void set (    bool value);
}

Property Value

true to revert back to the original picture used for all AnnAudioObject 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 AnnAudioObject objects.
Example
For an example, refer to DefaultPicture.
Requirements

Target Platforms

See Also

Reference

AnnAudioObject Class
AnnAudioObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.