[]
Initializes a new instance of the DocumentLocation class.
public DocumentLocation(int pageIndex)
| 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)
| 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)
| 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)
| Type | Name | Description |
|---|---|---|
| C1Page | page | The target document page. |
Initializes a new instance of the DocumentLocation class.
public DocumentLocation(IDocumentLocation documentLocation)
| Type | Name | Description |
|---|---|---|
| IDocumentLocation | documentLocation | The target location. |