'Declaration <DefaultValueAttribute(False)> <CategoryAttribute("Image color depth optimization")> <DescriptionAttribute("A value indicating whether the command must analyze image resources, detect grayscale images and convert them to the grayscale pixel format.")> Public Property DetectGrayscaleImageResources As Boolean
[DefaultValue(False)] [Category("Image color depth optimization")] [Description("A value indicating whether the command must analyze image resources, detect grayscale images and convert them to the grayscale pixel format.")] public bool DetectGrayscaleImageResources { get; set; }
[DefaultValue(False)] [Category("Image color depth optimization")] [Description("A value indicating whether the command must analyze image resources, detect grayscale images and convert them to the grayscale pixel format.")] public: __property bool get_DetectGrayscaleImageResources(); public: __property void set_DetectGrayscaleImageResources(
bool value
);
[DefaultValue(False)] [Category("Image color depth optimization")] [Description("A value indicating whether the command must analyze image resources, detect grayscale images and convert them to the grayscale pixel format.")] public:
property bool DetectGrayscaleImageResources { bool get(); void set(bool value); }
Property Value
True - command must analyze image resources, detect grayscale images and convert them to the grayscale pixel format; false - command must NOT detect grayscale image resources. Default value false.