_Application.DefaultWebOptions Property
Returns the DefaultWebOptions object, which contains global application-level attributes used by Microsoft PowerPoint when you publish or save a complete or partial presentation as a Web page or open a Web page. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property DefaultWebOptions As DefaultWebOptions
Get
'Usage
Dim instance As _Application
Dim value As DefaultWebOptions
value = instance.DefaultWebOptions
DefaultWebOptions DefaultWebOptions { get; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.DefaultWebOptions