Gets the logical vertical coordinate of the current page in the document. In documents without horizontal pages, this property corresponds to the page number minus one.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public int Y { get; internal set; }
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Property Y As Integer
	Get
	Friend Set

See Also