VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Info Namespace / GetHistogramCommand Class / HistogramType Property
Syntax Requirements SeeAlso
In This Topic
    HistogramType Property (GetHistogramCommand)
    In This Topic
    Gets or sets the type of histogram.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(All)>
    <DescriptionAttribute("The type of histogram.")>
    Public Property HistogramType As Vintasoft.Imaging.ImageProcessing.HistogramType
    
    
    [DefaultValue(All)]
    [Description("The type of histogram.")]
    public Vintasoft.Imaging.ImageProcessing.HistogramType HistogramType { get; set; }
    
    
    [DefaultValue(All)]
    [Description("The type of histogram.")]
    public: __property Vintasoft.Imaging.ImageProcessing.HistogramType get_HistogramType();
    public: __property void set_HistogramType(
    Vintasoft.Imaging.ImageProcessing.HistogramType value
    );

    Property Value

    Default value is HistogramType.All.
    Requirements

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

    See Also