The DocumentLocation type exposes the following members.

Constructors

  Name Description
Public method DocumentLocation(Int32)
Initializes a new instance of the DocumentLocation class.
Public method DocumentLocation(C1Page)
Initializes a new instance of the DocumentLocation class.
Public method DocumentLocation(IDocumentLocation)
Initializes a new instance of the DocumentLocation class.
Public method DocumentLocation(C1Page, RectangleD)
Initializes a new instance of the DocumentLocation class.
Public method DocumentLocation(Int32, Int32, RectangleD, UnitTypeEnum, Single)
Initializes a new instance of the DocumentLocation class.

Methods

  Name Description
Public method Clone
Clones the current DocumentLocation.

Properties

  Name Description
Public property Bounds
Gets the bounds on the target page, in Units.
Public property Dpi
Unit resolution if Units is in pixels.
Public property PageIndex
Gets the target 0-based page index.
Public property PageNo
Gets the target logical page number.
Public property Units
Units used by Bounds.

Explicit Interface Implementations

See Also