[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.Viewer.PageOffset

PageOffset Property

PageOffset

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.

Declaration
[Browsable(false)]
public Point PageOffset { get; set; }
Property Value
Type Description
Point

The page offset as a Point.

Remarks

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.