PageVisibleArea.Left Property

Gets the left value of the page.

public float Left { get; }
Public ReadOnly Property Left 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 outside the left edge of the display.If the page is inside the display then left value will be '0'. We can get the percentage of page on display horizontally then calculation is (Right - Left) * 100 .

See Also

PageVisibleArea
ceTe.DynamicPDF.Viewer

In this topic