ExportFormat Enumeration (Microsoft.Office.InfoPath)

Specifies the file format to use when exporting a view.

Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in microsoft.office.infopath.dll)

Syntax

'Declaration
Public Enumeration ExportFormat
'Usage
Dim instance As ExportFormat
public enum ExportFormat

Members

  Member name Description
Mht Web Archive, single file format (.mht) 
Pdf Portable Document Format file (.pdf) 
Xps XPS Document (.xps) 

Remarks

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

Note

You can save as a PDF or XPS file from a 2007 Microsoft Office system program only after you install an add-in. For more information, search for "Enable support for other file formats, such as PDF and XPS" on Office Online.

See Also

Reference

Microsoft.Office.InfoPath Namespace