Class ImageExportedEventArgs

The arguments object passed to ImageExported event with the image.

Inheritance
System.Object
System.EventArgs
ImageExportedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Reveal.Sdk
Assembly: Reveal.UI.Sdk.dll
Syntax
public class ImageExportedEventArgs : EventArgs

Properties

CloseExportDialog

Set this flag to false if you want the export dialog to remain opened

Declaration
public bool CloseExportDialog { get; set; }
Property Value
Type Description
System.Boolean

Image

The BitmapSource with the contents of the exported image

Declaration
public BitmapSource Image { get; }
Property Value
Type Description
System.Windows.Media.Imaging.BitmapSource