[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.")] [DefaultValue(False)] public virtual bool RestoreSourcePixelFormat { get; set; }
[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.")] [DefaultValue(False)] public: __property virtual bool get_RestoreSourcePixelFormat(); public: __property virtual void set_RestoreSourcePixelFormat(
bool value
);
[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.")] [DefaultValue(False)] public:
virtual property bool RestoreSourcePixelFormat { bool get(); void set(bool value); }
'Declaration <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.")> <DefaultValueAttribute(False)> Public Overridable Property RestoreSourcePixelFormat As Boolean
Property Value
True - команде обработки необходимо восстановить исходный формат пикселей обработанного изображения, если формат пикселей исходного изображения был изменен во время обработки изображения; в противном случае - false.