TPdfDestination.TPdfDestination Constructor
Overloads
- TPdfDestination.TPdfDestination(Int32)
- TPdfDestination.TPdfDestination(Int32, TZoomOptions)
- TPdfDestination.TPdfDestination(Int32, Double, Double, Double)
TPdfDestination.TPdfDestination(Int32)
Creates a new TPdfDestination instance.
Syntax
Namespace: FlexCel.Pdf
public TPdfDestination(Int32 aPageNumber)
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
aPageNumber | Int32 | Page where the destination points to. (1 based) |
See also
TPdfDestination.TPdfDestination(Int32, TZoomOptions)
Creates a new TPdfDestination instance.
Syntax
Namespace: FlexCel.Pdf
public TPdfDestination(Int32 aPageNumber, TZoomOptions aZoomOptions)
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
aPageNumber | Int32 | Page where the destination points to. (1 based) | |
aZoomOptions | TZoomOptions | Zoom options for this destination. |
See also
TPdfDestination.TPdfDestination(Int32, Double, Double, Double)
Creates a new TPdfDestination instance with ZoomOptions = Zoom and the needed parameters.
Syntax
Namespace: FlexCel.Pdf
public TPdfDestination(Int32 aPageNumber, Double aX, Double aY, Double aZoom)
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
aPageNumber | Int32 | Page where the destination points to. (1 based) | |
aX | Double | X offset in points from the left. | |
aY | Double | Y offset in points from the top. | |
aZoom | Double | Zoom to display in the destination. |