![]() | |
PdfDestination Class |
Namespace: SelectPdf
The PdfDestination type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdfDestination(PdfPage) |
Constructs a pdf destination to the specified pdf page.
|
![]() | PdfDestination(PdfPage, PointF) |
Constructs a pdf destination to the specified location in the specified page.
|
![]() | PdfDestination(PdfPage, PointF, PdfDestinationFitMode) |
Constructs a destination to the specified location in the specified page and with the specified fit mode
in the destination page.
|
Name | Description | |
---|---|---|
![]() | FitMode |
Gets or sets the auto-fit mode in the destination page.
|
![]() | Location |
Gets or sets the location point in the destination page.
|
![]() | Page |
Gets or sets the destination page.
|
![]() | ZoomFactor |
Gets or sets the zoom factor of the destination page when viewed in a pdf viewer.
|