[]
Describes export to XPS format.
public class XpsExportProvider : ExportProvider
| Name | Description |
|---|---|
| XpsExportProvider() |
| Name | Description |
|---|---|
| CanExportToStream | Gets a value indicating whether export to stream is supported by the current format. This implementation returns false. |
| DefaultExtension | Gets the default filename extension for the current export format. This implementation returns "xps". |
| FormatName | Gets a short description of the XPS export format. |
| PreferredOrdinal | Specifies the preferred ordinal of the export format in "save as..." and similar dialogs. This implementation returns 40. |
| Name | Description |
|---|---|
| CanExportObject(object) | Tests whether the specified object represents a document that can be exported by the associated XpsExporter. |
| CanExportRange(OutputRangeTypeEnum) | Indicates whether the associated exporter can handle the specified type of document pages' range. This implementation returns false. |
| CanExportType(Type) | Tests whether documents of the specified type can be exported by the associated XpsExporter. |
| NewExporter() | Creates a new instance of the XpsExporter class. |