Share via


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)

Usage

Dim linkFormat1 As LinkFormat

Dim returnValue As Boolean
returnValue = linkFormat1.SavePictureWithDocument

Dim sampleValue As Boolean
linkFormat1.SavePictureWithDocument = sampleValue

Syntax

Property SavePictureWithDocument() As Boolean
bool SavePictureWithDocument {get; set;}
property Boolean SavePictureWithDocument{
    Boolean get();
    Void set(Boolean);
}
public boolean get_SavePictureWithDocument();
public void set_SavePictureWithDocument(boolean);
function get SavePictureWithDocument() : Boolean;
function set SavePictureWithDocument(Boolean);

Remarks

This property works only with shapes and inline shapes that are linked pictures.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

LinkFormat Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

LinkFormat Members