'Declaration <CategoryAttribute("Image color depth optimization")> <DescriptionAttribute("A value indicating whether the command must analyze image resources, detect bitonal images and convert them to the bitonal pixel format.")> <DefaultValueAttribute(False)> Public Property DetectBitonalImageResources As Boolean
[Category("Image color depth optimization")] [Description("A value indicating whether the command must analyze image resources, detect bitonal images and convert them to the bitonal pixel format.")] [DefaultValue(False)] public bool DetectBitonalImageResources { get; set; }
[Category("Image color depth optimization")] [Description("A value indicating whether the command must analyze image resources, detect bitonal images and convert them to the bitonal pixel format.")] [DefaultValue(False)] public: __property bool get_DetectBitonalImageResources(); public: __property void set_DetectBitonalImageResources(
bool value
);
[Category("Image color depth optimization")] [Description("A value indicating whether the command must analyze image resources, detect bitonal images and convert them to the bitonal pixel format.")] [DefaultValue(False)] public:
property bool DetectBitonalImageResources { bool get(); void set(bool value); }
Property Value
True - команда должна проанализировать ресурсы изображения, обнаружить растровые изображения и преобразовать их в формат битональных пикселей; false - команда НЕ должна обнаруживать ресурсы битонального изображения. Значение по умолчанию false.