[]
        
(Showing Draft Content)

C1.C1Preview.IDocumentLocation

IDocumentLocation Interface

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.

Namespace: C1.C1Preview
Assembly: C1.PrintDocument.4.8.dll
Syntax
public interface IDocumentLocation

Properties

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.