TiffImageLoadOptions

TiffImageLoadOptions class

Represents image loading options for a TIFF image.

public sealed class TiffImageLoadOptions : MultiframeImageLoadOptions

Constructors

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

Properties

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

See Also