PresentationDocument.DocumentType Property
Gets the type of the PresentationDocument.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property DocumentType As PresentationDocumentType
Get
Private Set
'Usage
Dim instance As PresentationDocument
Dim value As PresentationDocumentType
value = instance.DocumentType
public PresentationDocumentType DocumentType { get; private set; }
Property Value
Type: DocumentFormat.OpenXml.PresentationDocumentType