'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.