View.ShowCropMarks Property

Definition

Returns or sets a Boolean that represents whether to show crop marks in the corners of pages to indicate where margins are located. Read/write.

public:
 property bool ShowCropMarks { bool get(); void set(bool value); };
public bool ShowCropMarks { get; set; }
member this.ShowCropMarks : bool with get, set
Public Property ShowCropMarks As Boolean

Property Value

Boolean

Remarks

Displaying crop marks does not allow a user to change the margins by dragging the crop marks. Crop marks are only displayed to indicate where margins are located in the page. This property corresponds to the Crop marks check box in the Advanced tab of the Word Options dialog box.

Note: Crop marks are shown by default in East Asian languages and are off by default in all other langauges.

Applies to