PageVisibleArea.Top Property

Gets the top value of the page.

public float Top { get; }
Public ReadOnly Property Top As Single

Property Value

Single

Licensing Info

This property is a DynamicPDF Viewer feature. One of the following is required for non-evaluation usage:

Remarks

This value ranges from value of displayed proportion to '1' and is equal to the portion of the page lying outside the top edge of the display.If the page is inside the display then top value will be '0'. We can get the percentage of page on display vertically then calculation is (Bottom - Top) * 100 .

See Also

PageVisibleArea
ceTe.DynamicPDF.Viewer

In this topic