DocumentPreviewControl.CanExport(Nullable<ExportFormat>) Method
Specifies whether a document can be exported to the specified file format.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Parameters
Name | Type | Description |
---|---|---|
format | Nullable<ExportFormat> | A nullable ExportFormat array. |
Returns
Type | Description |
---|---|
Boolean | true if the document can be exported to the specified format; otherwise false. |
See Also