'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether the processing command need to restore source pixel format of processed image if source image pixel format was change during image processing.")> Public Overrides Property RestoreSourcePixelFormat As Boolean
[DefaultValue(True)] [Description("A value indicating whether the processing command need to restore source pixel format of processed image if source image pixel format was change during image processing.")] public override bool RestoreSourcePixelFormat { get; set; }
[DefaultValue(True)] [Description("A value indicating whether the processing command need to restore source pixel format of processed image if source image pixel format was change during image processing.")] public: __property bool get_RestoreSourcePixelFormat(); override; public: __property void set_RestoreSourcePixelFormat(
bool value
); override;
[DefaultValue(True)] [Description("A value indicating whether the processing command need to restore source pixel format of processed image if source image pixel format was change during image processing.")] public:
property bool RestoreSourcePixelFormat { bool get() override;; void set(bool value) override;; }
Property Value
True - команде обработки необходимо восстановить исходный формат пикселей обработанного изображения, если формат пикселей исходного изображения был изменен во время обработки изображения; в противном случае - false.