Options.PageAlignmentGuides Property

Definition

Returns or sets a Boolean (bool in C#) that specifies whether page alignment guides are displayed in the user interface. Read-write.

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

Property Value

Remarks

If PageAlignmentGuides is set to True, page alignment guides are displayed at the edges of the page. Setting PageAlignmentGuides to True corresponds to selecting Page guides under Alignment Guides in the Grid and Guides dialog box. (Click Grid Settings on the Align drop-down menu in the Arrange group on the Format contextual ribbon tab in the user interface.) For the PageAlignmentGuides setting to have any effect, DisplayAlignmentGuides must be set to True.

Applies to