Edit

Share via


ExportFormat Enum

Definition

Specifies the file format to use when exporting a view.

public enum class ExportFormat
public enum ExportFormat
type ExportFormat = 
Public Enum ExportFormat
Inheritance
ExportFormat

Fields

Mht 1

Web Archive, single file format (.mht)

Pdf 2

Portable Document Format file (.pdf)

Xps 3

XPS Document (.xps)

Remarks

The ExportFormat enumeration is used to specify the file format when using the Export(String, ExportFormat) method of the View class.

Applies to