View.ShowCropMarks Property
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.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ShowCropMarks As Boolean
Get
Set
'Usage
Dim instance As View
Dim value As Boolean
value = instance.ShowCropMarks
instance.ShowCropMarks = value
bool ShowCropMarks { get; set; }
Property Value
Type: System.Boolean
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.