ApplicationClass.DocumentExport 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 virtual bool DocumentExport (object Filename, Microsoft.Office.Interop.MSProject.PjDocExportType FileType = Microsoft.Office.Interop.MSProject.PjDocExportType.pjPDF, object IncludeDocumentProperties, object IncludeDocumentMarkup, object ArchiveFormat, object FromDate, object ToDate);
abstract member DocumentExport : obj * Microsoft.Office.Interop.MSProject.PjDocExportType * obj * obj * obj * obj * obj -> bool
override this.DocumentExport : obj * Microsoft.Office.Interop.MSProject.PjDocExportType * obj * obj * obj * obj * obj -> bool
Public Overridable Function DocumentExport (Optional Filename As Object, Optional FileType As PjDocExportType = Microsoft.Office.Interop.MSProject.PjDocExportType.pjPDF, Optional IncludeDocumentProperties As Object, Optional IncludeDocumentMarkup As Object, Optional ArchiveFormat As Object, Optional FromDate As Object, Optional ToDate As Object) As Boolean
Parameters
- Filename
- Object
- FileType
- PjDocExportType
- IncludeDocumentProperties
- Object
- IncludeDocumentMarkup
- Object
- ArchiveFormat
- Object
- FromDate
- Object
- ToDate
- Object