|
|
@ -81,7 +81,7 @@ public class PngMetadata : IDeepCloneable |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Gets or sets the number of times to loop this APNG. 0 indicates infinite looping.
|
|
|
/// Gets or sets the number of times to loop this APNG. 0 indicates infinite looping.
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
public uint RepeatCount { get; set; } |
|
|
public uint RepeatCount { get; set; } = 1; |
|
|
|
|
|
|
|
|
/// <inheritdoc/>
|
|
|
/// <inheritdoc/>
|
|
|
public IDeepCloneable DeepClone() => new PngMetadata(this); |
|
|
public IDeepCloneable DeepClone() => new PngMetadata(this); |
|
|
|