[]
Initializes a new instance of the DocumentLocation class.
public DocumentLocation(int pageIndex)
Public Sub New(pageIndex As Integer)
| Type | Name | Description |
|---|---|---|
| int | pageIndex | The 0-based page index. |
Initializes a new instance of the DocumentLocation class.
public DocumentLocation(int pageNo, int pageIndex, RectangleD bounds, UnitTypeEnum units, float dpi)
Public Sub New(pageNo As Integer, pageIndex As Integer, bounds As RectangleD, units As UnitTypeEnum, dpi As Single)
| Type | Name | Description |
|---|---|---|
| int | pageNo | The logical page number. |
| int | pageIndex | The 0-based page index. |
| RectangleD | bounds | The bounds on page (specified in |
| UnitTypeEnum | units | The units used to specify |
| float | dpi | The resolution if |
Initializes a new instance of the DocumentLocation class.
public DocumentLocation(C1Page page, RectangleD bounds)
Public Sub New(page As C1Page, bounds As RectangleD)
| Type | Name | Description |
|---|---|---|
| C1Page | page | The target document page. |
| RectangleD | bounds | The target bounds on page. |
Initializes a new instance of the DocumentLocation class.
public DocumentLocation(C1Page page)
Public Sub New(page As C1Page)
| Type | Name | Description |
|---|---|---|
| C1Page | page | The target document page. |
Initializes a new instance of the DocumentLocation class.
public DocumentLocation(IDocumentLocation documentLocation)
Public Sub New(documentLocation As IDocumentLocation)
| Type | Name | Description |
|---|---|---|
| IDocumentLocation | documentLocation | The target location. |