VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Processing Namespace / PdfDocumentCompressorCommand Class / DetectGrayscaleImageResources Property
Синтаксис Требования Смотрите также
В этом разделе
    DetectGrayscaleImageResources Свойство (PdfDocumentCompressorCommand)
    В этом разделе
    Возвращает или задает значение, указывающее, должна ли команда анализировать ресурсы изображения, обнаруживать изображения в оттенках серого и преобразовывать их в формат пикселей в оттенках серого.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("A value indicating whether the command must analyze image resources, detect grayscale images and convert them to the grayscale pixel format.")>
    <CategoryAttribute("Image color depth optimization")>
    <DefaultValueAttribute(False)>
    Public Property DetectGrayscaleImageResources As Boolean
    
    
    [Description("A value indicating whether the command must analyze image resources, detect grayscale images and convert them to the grayscale pixel format.")]
    [Category("Image color depth optimization")]
    [DefaultValue(False)]
    public bool DetectGrayscaleImageResources { get; set; }
    
    
    [Description("A value indicating whether the command must analyze image resources, detect grayscale images and convert them to the grayscale pixel format.")]
    [Category("Image color depth optimization")]
    [DefaultValue(False)]
    public: __property bool get_DetectGrayscaleImageResources();
    public: __property void set_DetectGrayscaleImageResources(
    bool value
    );
    [Description("A value indicating whether the command must analyze image resources, detect grayscale images and convert them to the grayscale pixel format.")]
    [Category("Image color depth optimization")]
    [DefaultValue(False)]
    public:
    property bool DetectGrayscaleImageResources { bool get(); void set(bool value); }

    Property Value

    True - команда должна проанализировать ресурсы изображения, обнаружить изображения в оттенках серого и преобразовать их в формат пикселей в оттенках серого; false - команда НЕ должна обнаруживать ресурсы изображений в оттенках серого. Значение по умолчанию false.
    Требования

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

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