PictureFormat.Crop Property

Gets or sets a Crop object that represents an image cropping.

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

Syntax

'Declaration
Property Crop As Crop
    Get
    Set
'Usage
Dim instance As PictureFormat
Dim value As Crop

value = instance.Crop

instance.Crop = value
Crop Crop { get; set; }

Property Value

Type: Crop
A Crop object that represents an image cropping.

Remarks

Read/write. Setting this property has the same effect as selecting an item in the dropdown list in the Word 2010Options dialog box (Advanced tab, Editing options, Updating style to match selection:.

See Also

Reference

PictureFormat Interface

PictureFormat Members

Microsoft.Office.Interop.Word Namespace