Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / IPageSetup Interface / BlackAndWhite Property


In This Topic
    BlackAndWhite Property (IPageSetup)
    In This Topic
    Gets or sets a value indicating whether elements of the document will be printed in black and white.
    Syntax
    'Declaration
     
    
    Property BlackAndWhite As Boolean
    'Usage
     
    
    Dim instance As IPageSetup
    Dim value As Boolean
     
    instance.BlackAndWhite = value
     
    value = instance.BlackAndWhite
    bool BlackAndWhite {get; set;}

    Property Value

    true if elements of the document will be printed in black and white; otherwise, false.
    See Also