RegionBaseCurrentPageOffsets Property

Offsets of the current document page where the document element is present.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public ParallelList<Point> CurrentPageOffsets { get; set; }

Property Value

ParallelListPoint

Implements

IDocumentObjectCurrentPageOffsets

See Also