PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / VertPageRulerRectangle Property

In This Topic
    VertPageRulerRectangle Property (C1PreviewPane)
    In This Topic
    Gets the rectangle for the vertical ruler for the current page, in client coordinates. The actual visible ruler can be clipped by the VertRulerArea.
    Syntax
    'Declaration
     
    Public ReadOnly Property VertPageRulerRectangle As Rectangle
    public Rectangle VertPageRulerRectangle {get;}
    See Also