This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control snap agents that are used with PageLayout.
Name | Description | |
---|---|---|
Name | The name of the snap agent. | |
PageLayout | The PageLayout that this snap agent is associated with. | |
SnapX | Indicates if the point is snapped in the horizontal direction. | |
SnapY | Indicates if the point is snapped in the vertical direction. |
Interfaces | Description |
---|---|
IGraphicSnap | Provides access to members that control snapping graphics. |
Classes | Description |
---|---|
GridSnap | Snap to grid agent. |
GuideSnap | Snap to guides agent. |
MarginSnap | Snap to margins agent. |
RulerSnap | Snap to ruler agent. |
This interface is used to tie the snap agents to the PageLayout object. If this property is not set, the graphic snap agents will not work properly.
Because IPageLayoutSnap inherits from IGraphicSnap, all the methods on IGraphicSnap are directly available on IPageLayoutSnap.