Class ImageSavingArgs

ImageSavingArgs class

Provides data for ImageSaving event.

public class ImageSavingArgs : ResourceSavingArgs

Properties

NameDescription
Document { get; }Gets the saving document.
FileName { get; }Gets the file name.
ImageType { get; }Gets type of image to be saved.
KeepStreamOpen { get; set; }Gets or sets a value indicating whether keep stream open.
Stream { get; set; }Gets or sets the stream used to store the resource.
Uri { get; set; }Gets or sets the uri to access stored resource.

See Also