ExportFormat Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Mht | 1 | Web Archive, single file format (.mht) |
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.