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

In This Topic
    StartPageIdx Property (C1PreviewPane)
    In This Topic
    Gets or sets the 0-based index of the currently visible page. If several pages are visible, this property indicates the page with the most surface shown. When the property is set, the new start page's top left corner is aligned with the preview window's top left corner.
    Syntax
    'Declaration
     
    Public Property StartPageIdx As Integer
    public int StartPageIdx {get; set;}
    See Also