PageVisibleArea.Bottom Property

Gets the bottom value of the page.

public float Bottom { get; }
Public ReadOnly Property Bottom 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 from value of displayed proportion to '1' and is equal to the portion of the page lying inside the bottom edge of the display.If the full page is inside the bottom edge then bottom 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