Class ImageOptionsExtT

ImageOptionsExt<T> class

The extended image options of ImageOptionsBase

public class ImageOptionsExt<T> : ImageOptionsBase
    where T : SaveOptions
ParameterDescription
TT is SaveOptions

Constructors

NameDescription
ImageOptionsExt()The default constructor.

Properties

NameDescription
SaveOptions { get; set; }Gets or sets the SaveOptions.

See Also