PpFixedFormatIntent Enumeration

Constants that specify the intent of the fixed-format file export, passed to the [M:Microsoft.Office.Interop.PowerPoint._Presentation.ExportAsFixedFormat(System.String,Microsoft.Office.Interop.PowerPoint.PpFixedFormatType,Microsoft.Office.Interop.PowerPoint.PpFixedFormatIntent,Microsoft.Office.Core.MsoTriState,Microsoft.Office.Interop.PowerPoint.PpPrintHandoutOrder,Microsoft.Office.Interop.PowerPoint.PpPrintOutputType,Microsoft.Office.Core.MsoTriState,Microsoft.Office.Interop.PowerPoint.PrintRange,Microsoft.Office.Interop.PowerPoint.PpPrintRangeType,System.String,System.Boolean,] method of the _Presentation object.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("2CF9706B-E805-4EF6-BA87-7B7EBBD43D42")> _
Public Enumeration PpFixedFormatIntent
'Usage
Dim instance As PpFixedFormatIntent
[GuidAttribute("2CF9706B-E805-4EF6-BA87-7B7EBBD43D42")]
public enum PpFixedFormatIntent

Members

Member name Description
ppFixedFormatIntentScreen Intent is to view exported file on screen.
ppFixedFormatIntentPrint Intent is to print exported file.

See Also

Reference

Microsoft.Office.Interop.PowerPoint Namespace