_Presentation.DocumentInspectors Property
Returns the Microsoft OfficeDocumentInspectors collection. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property DocumentInspectors As DocumentInspectors
Get
'Usage
Dim instance As _Presentation
Dim value As DocumentInspectors
value = instance.DocumentInspectors
DocumentInspectors DocumentInspectors { get; }
Property Value
Type: Microsoft.Office.Core.DocumentInspectors
Remarks
The 2007 Office System Document Inspector is a feature that helps you to examine and remove sensitive information in a document. The DocumentInspector object makes it possible to create custom modules.