|  | |
| PdfDestination Class | |
 Inheritance Hierarchy
Inheritance HierarchyNamespace: SelectPdf
 Syntax
SyntaxThe PdfDestination type exposes the following members.
 Constructors
Constructors| 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.
             | 
 Properties
Properties| 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.
             | 
 Remarks
Remarks See Also
See Also