Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1PrintOptions Class / DrawPrintableAreaBounds Property

In This Topic
    DrawPrintableAreaBounds Property
    In This Topic
    Gets or sets a value indicating whether a line is drawn around the printable area of the page. This may be useful for diagnostic purposes. PrintableAreaBoundsPen is used to draw the line. The default is false.
    Syntax
    'Declaration
     
    Public Property DrawPrintableAreaBounds As Boolean
    public bool DrawPrintableAreaBounds {get; set;}
    See Also