[]
Initializes a new instance of the DestinationXYZ class.
Note that if a destination is created using this constructor then all Y coordinates should be specified relative to the bottom of the page, see Destination description for details.
public DestinationXYZ(int pageIndex)
| Type | Name | Description |
|---|---|---|
| int | pageIndex | The target page index. |
Initializes a new instance of the DestinationXYZ class.
Note that if a destination is created using this constructor then all Y coordinates should be specified relative to the bottom of the page, see Destination description for details.
public DestinationXYZ(int pageIndex, float? left, float? pdfTop, float? zoom)
| Type | Name | Description |
|---|---|---|
| int | pageIndex | The target page index. |
| float? | left | The left coordinate of the document window. |
| float? | pdfTop | The top coordinate of the document window relative to the bottom of the page. |
| float? | zoom | The zoom factor of the document window. |
Initializes a new instance of the DestinationXYZ class.
Note that if a destination is created using this constructor then all Y coordinates should be specified relative to the bottom of the page, see Destination description for details.
public DestinationXYZ(int pageIndex, float? left, float? pdfTop)
| Type | Name | Description |
|---|---|---|
| int | pageIndex | The target page index. |
| float? | left | The left coordinate of the document window. |
| float? | pdfTop | The top coordinate of the document window relative to the bottom of the page. |
Initializes a new instance of the DestinationXYZ class.
Note that if a destination is created using this constructor then all Y coordinates should be specified relative to the bottom of the page, see Destination description for details.
public DestinationXYZ(int pageIndex, float? pdfTop)
| Type | Name | Description |
|---|---|---|
| int | pageIndex | The target page index. |
| float? | pdfTop | The top coordinate of the document window relative to the bottom of the page. |
Initializes a new instance of the DestinationXYZ class.
public DestinationXYZ(Page page)
| Type | Name | Description |
|---|---|---|
| Page | page | The target page. |
Initializes a new instance of the DestinationXYZ class.
public DestinationXYZ(Page page, float? left, float? top, float? zoom)
| Type | Name | Description |
|---|---|---|
| Page | page | The target page. |
| float? | left | The left coordinate of the document window. |
| float? | top | The top coordinate of the document window. |
| float? | zoom | The zoom factor of the document window. |
Initializes a new instance of the DestinationXYZ class.
public DestinationXYZ(Page page, float? left, float? top)
| Type | Name | Description |
|---|---|---|
| Page | page | The target page. |
| float? | left | The left coordinate of the document window. |
| float? | top | The top coordinate of the document window. |
Initializes a new instance of the DestinationXYZ class.
public DestinationXYZ(Page page, float? top)
| Type | Name | Description |
|---|---|---|
| Page | page | The target page. |
| float? | top | The top coordinate of the document window. |