WebPFrameBlockDuration Property |
Gets or sets the frame duration.
Namespace: Aspose.Imaging.FileFormats.WebpAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic short Duration { get; set; }
Public Property Duration As Short
Get
Set
public:
virtual property short Duration {
short get () sealed;
void set (short value) sealed;
}
abstract Duration : int16 with get, set
override Duration : int16 with get, set
Property Value
Type:
Int16
The duration.
Implements
IFrameDuration
See Also