Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / ShowPageOutline Property

In This Topic
    ShowPageOutline Property
    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