Share via


PresentationClass.ExportAsFixedFormat Method

A class in the Microsoft® .NET Framework or a member of such a class that is created when processing a COM coclass that managed code requires to interoperate with the corresponding COM object. Use this class only when you must access an earlier event in this class that has been extended in a later version of the product. Otherwise, use the interface in the .NET Framework that is derived from the COM coclass.

For information about the .NET interface, see Presentation.

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

Syntax

'Declaration
Public Overridable Sub ExportAsFixedFormat ( _
    Path As String, _
    FixedFormatType As PpFixedFormatType, _
    Intent As PpFixedFormatIntent, _
    FrameSlides As MsoTriState, _
    HandoutOrder As PpPrintHandoutOrder, _
    OutputType As PpPrintOutputType, _
    PrintHiddenSlides As MsoTriState, _
    PrintRange As PrintRange, _
    RangeType As PpPrintRangeType, _
    SlideShowName As String, _
    IncludeDocProperties As Boolean, _
    KeepIRMSettings As Boolean, _
    DocStructureTags As Boolean, _
    BitmapMissingFonts As Boolean, _
    UseISO19005_1 As Boolean, _
    ExternalExporter As Object _
)
'Usage
Dim instance As PresentationClass
Dim Path As String
Dim FixedFormatType As PpFixedFormatType
Dim Intent As PpFixedFormatIntent
Dim FrameSlides As MsoTriState
Dim HandoutOrder As PpPrintHandoutOrder
Dim OutputType As PpPrintOutputType
Dim PrintHiddenSlides As MsoTriState
Dim PrintRange As PrintRange
Dim RangeType As PpPrintRangeType
Dim SlideShowName As String
Dim IncludeDocProperties As Boolean
Dim KeepIRMSettings As Boolean
Dim DocStructureTags As Boolean
Dim BitmapMissingFonts As Boolean
Dim UseISO19005_1 As Boolean
Dim ExternalExporter As Object

instance.ExportAsFixedFormat(Path, FixedFormatType, _
    Intent, FrameSlides, HandoutOrder, _
    OutputType, PrintHiddenSlides, PrintRange, _
    RangeType, SlideShowName, IncludeDocProperties, _
    KeepIRMSettings, DocStructureTags, _
    BitmapMissingFonts, UseISO19005_1, _
    ExternalExporter)
public virtual void ExportAsFixedFormat(
    string Path,
    PpFixedFormatType FixedFormatType,
    PpFixedFormatIntent Intent,
    MsoTriState FrameSlides,
    PpPrintHandoutOrder HandoutOrder,
    PpPrintOutputType OutputType,
    MsoTriState PrintHiddenSlides,
    PrintRange PrintRange,
    PpPrintRangeType RangeType,
    string SlideShowName,
    bool IncludeDocProperties,
    bool KeepIRMSettings,
    bool DocStructureTags,
    bool BitmapMissingFonts,
    bool UseISO19005_1,
    Object ExternalExporter
)

Parameters

Implements

_Presentation.ExportAsFixedFormat(String, PpFixedFormatType, PpFixedFormatIntent, MsoTriState, PpPrintHandoutOrder, PpPrintOutputType, MsoTriState, PrintRange, PpPrintRangeType, String, Boolean, Boolean, Boolean, Boolean, Boolean, Object)

See Also

Reference

PresentationClass Class

PresentationClass Members

Microsoft.Office.Interop.PowerPoint Namespace