Skip to main content

PdfLinkDestination.PageDestination Class

Definition

Assembly:Avalonia.Controls.PdfViewer
Package:Avalonia.Controls.PdfViewer

Internal link to a page in the same document.

public class PdfLinkDestination.PageDestination

Inheritance: object -> PdfLinkDestination -> PdfLinkDestination.PageDestination

Constructors

NameDescription
PdfLinkDestination.PageDestinationNo summary available.

PdfLinkDestination.PageDestination Constructor

public PdfLinkDestination.PageDestination(int pageIndex, Nullable<double> x, Nullable<double> y, Nullable<double> zoom)

Parameters

pageIndex int

x Nullable<double>

y Nullable<double>

zoom Nullable<double>

Properties

NameDescription
PageIndexNo summary available.
XNo summary available.
YNo summary available.
ZoomNo summary available.

PageIndex Property

public int PageIndex { get; set; }

X Property

public Nullable<double> X { get; set; }

Y Property

public Nullable<double> Y { get; set; }

Zoom Property

public Nullable<double> Zoom { get; set; }