[]
Gets or sets the page offset in pixels, disregarding zoom level. This property can have distinct values for each pane and is applicable only in single page view mode.
[Browsable(false)]
public Point PageOffset { get; set; }
Type | Description |
---|---|
Point | The page offset as a Point. |
This property is particularly useful for adjusting the initial viewing position of a page within the viewer. It is only effective when the viewer is in single page view mode; otherwise, it returns Empty.