The DocumentLocation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DocumentLocation(Int32) |
Initializes a new instance of the DocumentLocation class.
|
|
DocumentLocation(C1Page) |
Initializes a new instance of the DocumentLocation class.
|
|
DocumentLocation(IDocumentLocation) |
Initializes a new instance of the DocumentLocation class.
|
|
DocumentLocation(C1Page, RectangleD) |
Initializes a new instance of the DocumentLocation class.
|
|
DocumentLocation(Int32, Int32, RectangleD, UnitTypeEnum, Single) |
Initializes a new instance of the DocumentLocation class.
|
Methods
Name | Description | |
---|---|---|
Clone |
Clones the current DocumentLocation.
|
Properties
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.
|