VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfImageResource Class / IsGrayscale Property
Syntax Requirements SeeAlso
In This Topic
    IsGrayscale Property (PdfImageResource)
    In This Topic
    Gets a value indicating whether this image resource contains grayscale image.
    Syntax
    'Declaration
    
    <DescriptionAttribute("A value indicating whether this image resource contains grayscale image.")>
    Public ReadOnly Property IsGrayscale As Boolean
    
    
    [Description("A value indicating whether this image resource contains grayscale image.")]
    public bool IsGrayscale { get; }
    
    
    [Description("A value indicating whether this image resource contains grayscale image.")]
    public: __property bool get_IsGrayscale();
    
    
    
    [Description("A value indicating whether this image resource contains grayscale image.")]
    public:
    property bool IsGrayscale { bool get(); }
    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