PdfLinkDestination.FileDestination Class
Definition
External file link.
public class PdfLinkDestination.FileDestination
Constructors
| Name | Description |
|---|---|
| PdfLinkDestination.FileDestination | No summary available. |
PdfLinkDestination.FileDestination Constructor
public PdfLinkDestination.FileDestination(string filePath, Nullable<int> pageIndex)
Parameters
filePath string
pageIndex Nullable<int>
Properties
FilePath Property
public string FilePath { get; set; }
PageIndex Property
public Nullable<int> PageIndex { get; set; }