Presentation.RemovePersonalInfoOnSave Property

Remove Personal Information on Save.Represents the attribte in schema: removePersonalInfoOnSave

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "removePersonalInfoOnSave")> _
Public Property RemovePersonalInfoOnSave As BooleanValue
    Get
    Set
'Usage
Dim instance As Presentation
Dim value As BooleanValue

value = instance.RemovePersonalInfoOnSave

instance.RemovePersonalInfoOnSave = value
[SchemaAttrAttribute(, "removePersonalInfoOnSave")]
public BooleanValue RemovePersonalInfoOnSave { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

Presentation Class

Presentation Members

DocumentFormat.OpenXml.Presentation Namespace