Class ImageExportMode
Inheritance
System.Object
ImageExportMode
Namespace: Telerik.Windows.Documents.FormatProviders.Xaml
Assembly: Telerik.Windows.Documents.dll
Syntax
public sealed class ImageExportMode : Enum
Fields
ImageExportingEvent
Event is fired on exporting
Declaration
public const ImageExportMode ImageExportingEvent
Field Value
ImageExportMode
|
None
RawData
Images are exported using their RawData
Declaration
public const ImageExportMode RawData
Field Value
ImageExportMode
|
UriSource
The UriSource property is used instead of RawData. Bare in mind that this property may not be set on all images.
Declaration
public const ImageExportMode UriSource
Field Value
ImageExportMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|