Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / PrintInfo Class / BlackAndWhite Property


In This Topic
    BlackAndWhite Property
    In This Topic
    Gets or sets whether to print in black and white.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(False)>
    Public Property BlackAndWhite As Boolean
    'Usage
     
    Dim instance As PrintInfo
    Dim value As Boolean
     
    instance.BlackAndWhite = value
     
    value = instance.BlackAndWhite
    [DefaultValue(false)]
    public bool BlackAndWhite {get; set;}

    Property Value

    true to print in black and white; otherwise, false. The default value is false.
    See Also