[]
Describes a location within a C1PrintDocument (used e.g. as the target of a hyperlink etc.). The location is identified by a page and a rectangle on that page. The rectangle's unit of measurement is determined by the document's ResolvedUnit property. Classes that implement this interface are C1Page, RenderObject and C1Anchor.
public interface IDocumentLocation
Name | Description |
---|---|
Location | Gets the RectangleD enclosing this location. |
LocationDpi | Gets the resolution (DPI) used by the Location property (relevant only if the units used are Pixel). |
LocationUnit | Gets the UnitTypeEnum used by the Location property. |
PageIndex | Gets the index of page (zero-based) containing this location. |
PageNo | Gets the logical number of page containing this location. |