[]
Represents a position within a generated document as a combination of the page index and the area on that page.
[C1ClassSerialization(true)]
public class DocumentLocation : IDocumentLocation, ICloneable
| Name | Description |
|---|---|
| DocumentLocation(C1Page) | Initializes a new instance of the DocumentLocation class. |
| DocumentLocation(C1Page, RectangleD) | Initializes a new instance of the DocumentLocation class. |
| DocumentLocation(IDocumentLocation) | Initializes a new instance of the DocumentLocation class. |
| DocumentLocation(int) | Initializes a new instance of the DocumentLocation class. |
| DocumentLocation(int, int, RectangleD, UnitTypeEnum, float) | Initializes a new instance of the DocumentLocation class. |
| Name | Description |
|---|---|
| Bounds | Gets the bounds on the target page, in Units. |
| Dpi | Unit resolution if Units is in pixels. |
| PageIndex | Gets the target 0-based page index. |
| PageNo | Gets the target logical page number. |
| Units | Units used by Bounds. |
| Name | Description |
|---|---|
| Clone() | Clones the current DocumentLocation. |