PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / IDocumentLocation Interface
Members

In This Topic
    IDocumentLocation Interface
    In This Topic
    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 C1PrintDocument.ResolvedUnit property. Classes that implement this interface are C1Page, RenderObject and C1Anchor.
    Object Model
    IDocumentLocation Interface
    Syntax
    'Declaration
     
    Public Interface IDocumentLocation 
    public interface IDocumentLocation 
    See Also