Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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