次の方法で共有


ExportFormat 列挙型

定義

ビューをエクスポートするときに使用するファイル形式を指定します。

public enum class ExportFormat
public enum ExportFormat
type ExportFormat = 
Public Enum ExportFormat
継承
ExportFormat

フィールド

名前 説明
Mht 1

Web アーカイブ、単一ファイル形式 (.mht)

Pdf 2

Portable Document Format ファイル (.pdf)

Xps 3

XPS ドキュメント (.xps)

注釈

ExportFormat 列挙型は、 クラスの メソッドを使用する場合にファイル形式をExport(String, ExportFormat)指定するために使用されますView

適用対象