AnnotateViewerParametersScrollOffset Property |
Gets the scroll position (offset from the top-left corner) of the document.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public PointF ScrollOffset { get; }
Public ReadOnly Property ScrollOffset As PointF
Get
Property Value
Type:
PointF The scroll offset of the document.
See Also