PictureContentControl.Temporary Property

Gets or sets a value that specifies whether the PictureContentControl is automatically deleted from the document when the control is edited.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)

Syntax

'Declaration
Property Temporary As Boolean
bool Temporary { get; set; }

Property Value

Type: System.Boolean
true if the PictureContentControl is automatically deleted when the control is edited; otherwise, false. The default is false.

Exceptions

Exception Condition
COMException

This property is set when the LockContentControl property is true.

Remarks

If the Temporary property is true, the PictureContentControl is automatically deleted when the user clicks in the control, or when the image in the control is changed programmatically. When the PictureContentControl is automatically deleted from the document, the image remains in the document.

.NET Framework Security

See Also

Reference

PictureContentControl Interface

Microsoft.Office.Tools.Word Namespace