ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.DynamicMedia Namespace / ImGearDynamicMediaXMPMetadata Class / Loop Property




In This Topic
Loop Property
In This Topic
Gets or sets Loop property of the Dynamic Media XMP schema.
Syntax
'Declaration
 
Public Property Loop As ImGearXMPBoolean
 
'Usage
 
Dim instance As ImGearDynamicMediaXMPMetadata
Dim value As ImGearXMPBoolean
 
instance.Loop = value
 
value = instance.Loop

Property Value

ImageGear.Formats.XMP.ImGearXMPBoolean class value.
Remarks
This XMP property specifies true, the clip can be looped seemlessly.
See Also