GifImageLoadOptions

GifImageLoadOptions class

Represents image loading options for a GIF image.

public sealed class GifImageLoadOptions : MultiframeImageLoadOptions

Constructors

Name Description
GifImageLoadOptions() Initializes a new instance of the GifImageLoadOptions class.

Properties

Name Description
static Default { get; } Gets the default value for GifImageLoadOptions class.
Password { get; set; } Gets or sets the password for opening an encrypted document.

See Also