Options.PictureEditor Property

Returns or sets the name of the application to use to edit pictures.

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

Syntax

'Declaration
Property PictureEditor As String
    Get
    Set
'Usage
Dim instance As Options
Dim value As String

value = instance.PictureEditor

instance.PictureEditor = value
string PictureEditor { get; set; }

Property Value

Type: System.String

Remarks

You must use the exact wording displayed in the Picture editor box on the Edit tab of the Options dialog box (Tools menu). Otherwise, the default setting "Microsoft Word" is used.

If the name of your graphics application doesn't appear in the list, contact the manufacturer of the graphics application for instructions.

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace