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