Leadtools.Annotations.Core Namespace > AnnMedia Class : Source2 Property |
public string Source2 {get; set;}
Public Property Source2 As String
public string Source2 {get; set;}
@property (nonatomic) NSString* source2;
public string getSource2() public void setSource2(string value)
get_Source2();
set_Source2(value);
Object.defineProperty('Source2');
The LEADTOOLS annotations is designed to work similar to HTML 5 video or audio tag. The automation will try to play the URL in Source1, if it fails, the first alternate source at Source2 will be tried. If that fails, the second alternate source at Source2 will be tried. For more information, refer to the HTML 5 video tag.
The optional media type can be stored in Type1. Media types are currently not used by LEADTOOLS.