PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.6 Assembly / C1.Win.C1Preview Namespace / CompatibilityOptions Class / LegacyPageBorder Property

In This Topic
    LegacyPageBorder Property (CompatibilityOptions)
    In This Topic
    Gets or sets a value indicating whether C1PreviewPane should use legacy method to draw shadows around pages. The default value is false.
    Syntax
    'Declaration
     
    Public Property LegacyPageBorder As Boolean
    public bool LegacyPageBorder {get; set;}
    See Also