Gets or sets whether this 
OverlayTag is a general tag for the whole series or specific to the image. 
         
             
            
 Syntax
Syntax
| Visual Basic (Declaration) |  | 
|---|
| Public Property GeneralTag As Boolean | 
| Visual Basic (Usage) |  Copy Code | 
|---|
| Dim instance As OverlayTag
Dim value As Boolean
 
instance.GeneralTag = value
 
value = instance.GeneralTag | 
| C# |  | 
|---|
| public bool GeneralTag {get; set;} | 
Property Value
True if the 
OverlayTag is a general tag for the whole series; Otherwise, false. Default is false.
Remarks
             Requirements
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7 
 See Also
See Also