_IProjectDoc.ExportAsFixedFormat Method
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.
public void ExportAsFixedFormat (string Filename, Microsoft.Office.Interop.MSProject.PjDocExportType FileType = Microsoft.Office.Interop.MSProject.PjDocExportType.pjPDF, bool IncludeDocumentProperties = false, bool IncludeDocumentMarkup = false, bool ArchiveFormat = false, object FromDate, object ToDate, object FixedFormatExtClassPtr);
abstract member ExportAsFixedFormat : string * Microsoft.Office.Interop.MSProject.PjDocExportType * bool * bool * bool * obj * obj * obj -> unit
Public Sub ExportAsFixedFormat (Filename As String, Optional FileType As PjDocExportType = Microsoft.Office.Interop.MSProject.PjDocExportType.pjPDF, Optional IncludeDocumentProperties As Boolean = false, Optional IncludeDocumentMarkup As Boolean = false, Optional ArchiveFormat As Boolean = false, Optional FromDate As Object, Optional ToDate As Object, Optional FixedFormatExtClassPtr As Object)
Parameters
- Filename
- String
- FileType
- PjDocExportType
- IncludeDocumentProperties
- Boolean
- IncludeDocumentMarkup
- Boolean
- ArchiveFormat
- Boolean
- FromDate
- Object
- ToDate
- Object
- FixedFormatExtClassPtr
- Object