PageVisibleArea.Right Property

Gets the right value of the page.

public float Right { get; }
Public ReadOnly Property Right 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 '0' to '1' and is equal to the portion of the page lying inside the Right edge of the display.If the full page is inside the right edge then right value will be '1'. We can get the percentage of page on display then calculation is (Right - Left) * 100 .

See Also

PageVisibleArea
ceTe.DynamicPDF.Viewer

In this topic