[Description("Indicates that the processing command need to convert the processing image to the nearest pixel format without color loss if processing command does not support pixel format.")] [DefaultValue(True)] public override bool ExpandSupportedPixelFormats { get; set; }
[Description("Indicates that the processing command need to convert the processing image to the nearest pixel format without color loss if processing command does not support pixel format.")] [DefaultValue(True)] public: __property bool get_ExpandSupportedPixelFormats(); override; public: __property void set_ExpandSupportedPixelFormats(
bool value
); override;
[Description("Indicates that the processing command need to convert the processing image to the nearest pixel format without color loss if processing command does not support pixel format.")] [DefaultValue(True)] public:
property bool ExpandSupportedPixelFormats { bool get() override;; void set(bool value) override;; }
'Declaration <DescriptionAttribute("Indicates that the processing command need to convert the processing image to the nearest pixel format without color loss if processing command does not support pixel format.")> <DefaultValueAttribute(True)> Public Overrides Property ExpandSupportedPixelFormats As Boolean
Property Value
True - команде обработки необходимо преобразовать обрабатываемое изображение в ближайший формат пикселей без потери цвета; в противном случае - false. Значение по умолчанию - true.