Skip to main content

PdfLinkDestination.FileDestination Class

Definition

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

External file link.

public class PdfLinkDestination.FileDestination

Inheritance: object -> PdfLinkDestination -> PdfLinkDestination.FileDestination

Constructors

NameDescription
PdfLinkDestination.FileDestinationNo summary available.

PdfLinkDestination.FileDestination Constructor

public PdfLinkDestination.FileDestination(string filePath, Nullable<int> pageIndex)

Parameters

filePath string

pageIndex Nullable<int>

Properties

NameDescription
FilePathNo summary available.
PageIndexNo summary available.

FilePath Property

public string FilePath { get; set; }

PageIndex Property

public Nullable<int> PageIndex { get; set; }