Class XamlExportSettings
Represents the settings for exporting XAML documents in Telerik's document format provider.
Inheritance
System.Object
XamlExportSettings
Namespace: Telerik.Windows.Documents.FormatProviders.Xaml
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class XamlExportSettings : Object
Constructors
XamlExportSettings()
Declaration
public XamlExportSettings()
Properties
ImageExportMode
Specifies the image export mode for XAML export settings in Telerik's document format provider.
Declaration
public ImageExportMode ImageExportMode { get; set; }
Property Value
ImageExportMode
|
Events
ImageExporting
Declaration
public event EventHandler<ImageExportingEventArgs> ImageExporting
Event Type
System.EventHandler<ImageExportingEventArgs>
|
InlineUIContainerExporting
Declaration
public event EventHandler<InlineUIContainerExportingEventArgs> InlineUIContainerExporting
Event Type
System.EventHandler<InlineUIContainerExportingEventArgs>
|