PdfViewer.GetPageVisibleArea

Retrieves an array of pages present in View specified with respective visible area.

public PageVisibleArea[] GetPageVisibleArea(View view)
Function GetPageVisibleArea(view As View) As PageVisibleArea[]

Parameters

view
View

The View whose visible area is required.

Returns

PageVisibleArea[]

Licensing Info

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

Examples

For example refer PageVisibleArea class.

See Also

PageVisibleArea[]
PdfViewer
ceTe.DynamicPDF.Viewer

In this topic