PdfLinkDestination.PageDestination Class
Definition
Internal link to a page in the same document.
public class PdfLinkDestination.PageDestination
Constructors
| Name | Description |
|---|---|
| PdfLinkDestination.PageDestination | No 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
| Name | Description |
|---|---|
| PageIndex | No summary available. |
| X | No summary available. |
| Y | No summary available. |
| Zoom | No 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; }