VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing.Images Namespace / PdfOptimizeImageColorDepthCommand Class / DetectBlackWhite Property
Syntax Requirements SeeAlso
In This Topic
    DetectBlackWhite Property (PdfOptimizeImageColorDepthCommand)
    In This Topic
    Gets or sets a value indicating whether command must detect black-white images.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(False)>
    <DescriptionAttribute("A value indicating whether command must detect black-white images.")>
    Public Property DetectBlackWhite As Boolean
    
    
    [DefaultValue(False)]
    [Description("A value indicating whether command must detect black-white images.")]
    public bool DetectBlackWhite { get; set; }
    
    
    [DefaultValue(False)]
    [Description("A value indicating whether command must detect black-white images.")]
    public: __property bool get_DetectBlackWhite();
    public: __property void set_DetectBlackWhite(
    bool value
    );
    [DefaultValue(False)]
    [Description("A value indicating whether command must detect black-white images.")]
    public:
    property bool DetectBlackWhite { bool get(); void set(bool value); }

    Property Value

    Default value is false.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also