PictureFormat.Crop Property

Definition

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

public:
 property Microsoft::Office::Core::Crop ^ Crop { Microsoft::Office::Core::Crop ^ get(); void set(Microsoft::Office::Core::Crop ^ value); };
public Microsoft.Office.Core.Crop Crop { get; set; }
member this.Crop : Microsoft.Office.Core.Crop with get, set
Public Property Crop As Crop

Property Value

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:.

Applies to