LinkFormat.SavePictureWithDocument Property
True if the specified picture is saved with the document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property SavePictureWithDocument As Boolean
Get
Set
'Usage
Dim instance As LinkFormat
Dim value As Boolean
value = instance.SavePictureWithDocument
instance.SavePictureWithDocument = value
bool SavePictureWithDocument { get; set; }
Property Value
Type: System.Boolean
Remarks
This property works only with shapes and inline shapes that are linked pictures.