[]
        
(Showing Draft Content)

C1.C1Preview.Export.XpsExportProvider

XpsExportProvider Class

Describes export to XPS format.

Inheritance
XpsExportProvider
Namespace: C1.C1Preview.Export
Assembly: C1.PrintDocument.4.8.dll
Syntax
public class XpsExportProvider : ExportProvider

Constructors

Name Description
XpsExportProvider()

Properties

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.

Methods

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.