VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree Namespace / PdfImageResource Class / IsGrayscale Property
Синтаксис Требования Смотрите также
В этом разделе
    IsGrayscale Свойство (PdfImageResource)
    В этом разделе
    Возвращает значение, указывающее, содержит ли этот ресурс изображения изображение в оттенках серого.
    Синтаксис
    '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(); }
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также