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

In This Topic
    ShowPageOutline Property (C1PreviewPane)
    In This Topic
    Gets or sets a value indicating whether to show the original page outline (as a dashed line) when PrintingLayout is true and the printer paper does not match the original page size.
    Syntax
    'Declaration
     
    Public Property ShowPageOutline As Boolean
    public bool ShowPageOutline {get; set;}
    See Also