PdfPage.Viewports Property

Gets the list of the extents of the PDF viewports in millimeters contained in the page, as well as their custom scale factor.
Public Property Viewports() As Tuple(Of RectangleF, Double)()
This language is not supported or no code example is available.
public Tuple<RectangleF, double>[] Viewports {get; set;}
This language is not supported or no code example is available.

Property Value

Tuple<RectangleF, double>[]

.NET Framework

Supported in: 4.8

In this article

Definition