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

In This Topic
    PrintableAreaBoundsPen Property
    In This Topic
    Gets or sets the pen used to draw printable area bounds if DrawPrintableAreaBounds is true. If this value is null (which is the default), a single-pixel black pen is used.
    Syntax
    'Declaration
     
    Public Property PrintableAreaBoundsPen As Pen
    public Pen PrintableAreaBoundsPen {get; set;}
    See Also