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

In This Topic
    PagesFillColor Property (C1PreviewPane)
    In This Topic
    Gets or sets the color used to fill the document pages in the preview before drawing the content.
    Syntax
    'Declaration
     
    Public Property PagesFillColor As Color
    public Color PagesFillColor {get; set;}

    Property Value

    The fill color.
    See Also