ImageLoadOptions

ImageLoadOptions class

Represents image loading options when loading an image.

public class ImageLoadOptions : LoadOptions

Constructors

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

Properties

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

See Also