Class XAMLExporting
Inheritance
System.Object
XAMLExporting
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
Syntax
public class XAMLExporting
Constructors
XAMLExporting()
Declaration
public XAMLExporting()
Methods
ConvertToXAML(DocumentAdv)
Returns the XAML string from the DocumentAdv
Declaration
public static string ConvertToXAML(DocumentAdv document)
Parameters
Type | Name | Description |
---|---|---|
DocumentAdv | document |
Returns
Type |
---|
System.String |
ConvertToXAML(DocumentAdv, Stream)
Returns the XAML string from the DocumentAdv and Stream
Declaration
public static string ConvertToXAML(DocumentAdv document, Stream xamlstream)
Parameters
Type | Name | Description |
---|---|---|
DocumentAdv | document | |
System.IO.Stream | xamlstream |
Returns
Type |
---|
System.String |