ID3v2TagPictures Property
Gets or sets the Pictures metatada field of the audio file.
Namespace: DevCase.ThirdParty.TagLibSharpAssembly: DevCase.net48.ThirdParty.TagLibSharp (in DevCase.net48.ThirdParty.TagLibSharp.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public IPicture[] Pictures { get; set; }
Public Property Pictures As IPicture()
Get
Set
Dim instance As ID3v2Tag
Dim value As IPicture()
value = instance.Pictures
instance.Pictures = value
public:
property array<IPicture^>^ Pictures {
array<IPicture^>^ get ();
void set (array<IPicture^>^ value);
}
member Pictures : IPicture[] with get, set
No code example is currently available or this language may not be supported.
Property Value
IPicture
The
Pictures metatada field of the audio file.