[]
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)
Public Sub New(pageIndex As Integer)
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)
Public Sub New(pageIndex As Integer, left As Single?, pdfTop As Single?, zoom As Single?)
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)
Public Sub New(pageIndex As Integer, left As Single?, pdfTop As Single?)
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)
Public Sub New(pageIndex As Integer, pdfTop As Single?)
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)
Public Sub New(page As 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)
Public Sub New(page As Page, left As Single?, top As Single?, zoom As Single?)
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)
Public Sub New(page As Page, left As Single?, top As Single?)
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)
Public Sub New(page As Page, top As Single?)